cURL
curl --request GET \ --url https://api.sandbox.busha.so/v1/customers/industries \ --header 'Authorization: Bearer <token>'
200
example
{ "status": "success", "message": "message for success", "data": [ { "id": "bus_123456789", "name": "<string>", "description": "<string>", "category": "<string>", "sector": "<string>" } ]}
List all business industries
Bearer Authentication
User profile header
"BUS_YOK8tp5Zga01qOKEsqp07"
Successful response
General response Values
success
error
"success"
"message for success"
Show child attributes