Base URL: https://ohagan.au/api
Send a GET request to see your browser's information reflected back to you.
GET https://ohagan.au/api/echo
Security Manager Check: Most API calls require a "VIP Pass". Use the header below in Postman.
Header Key: X-API-KEY
Header Value: sean-training-2025
Practice sending a JSON package to create a new project remotely.
POST https://ohagan.au/api/projects
{
"name": "API Lab Entry",
"description": "Added via Lesson 3 JSON POST"
}