cURL
curl --request POST \ --url https://api.joinworth.com/report/api/v1/reports/customers/{customerID}/businesses/{businessID} \ --header 'Authorization: Bearer <token>'
{ "status": "success", "message": "Report generation started successfully", "data": { "report_id": "4eb20a20-f29f-4907-b305-b6d074ffff50" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"{{customer_id}}"
"26a5d832-3f4e-4b43-84f2-e19c594bd7c1"
OK
The response is of type object.
object
Was this page helpful?