Coax API
integerintegerstringstringstringstring · requiredboolean · requiredstring · required
string · uuid · requiredstring · requiredboolean · requiredstring · required
List and inspect customer enquiries.
List enquiries
GET
https://api.coax.com.au
/api/v2/message/enquiries
Returns the paginated enquiry list for the current business and selected location, with optional query-string filters for search, status, assignment, categories, archived state, and spam state.
query Parameters
pagepage_sizeqstatusassigned_to_meHeaders
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List enquiries › Responses
Enquiries fetched successfully. Response message: Enquiries fetched!.
successmessageobject · required
Get enquiry details
GET
https://api.coax.com.au
/api/v2/message/enquiries/{id}
Returns the full enquiry record, including customer, assignment, support enquiry detection, and last-message context.
path Parameters
idEnquiry UUID.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get enquiry details › Responses
Enquiry fetched successfully. Response message: Enquiry fetched!.
successmessageobject · required