Request
Body Params application/jsonRequired
{
"name": "John Doe",
"email": "john@example.com",
"phone": "+61412345678",
"message": "Hello, I wanted to get in touch regarding..."
}
Request Code Samples
curl --location 'https://dev.outbackmarketplace.com/api/v1/contact-us' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "John Doe",
"email": "john@example.com",
"phone": "+61412345678",
"message": "Hello, I wanted to get in touch regarding..."
}'
Responses
application/json
Modified at 2026-06-18 14:20:42