Skip to main content
GET
/
v1
/
customers
/
industries
List Business Industries
curl --request GET \
  --url https://api.sandbox.busha.so/v1/customers/industries \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "message for success",
  "data": [
    {
      "id": "bus_123456789",
      "name": "<string>",
      "description": "<string>",
      "category": "<string>",
      "sector": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer Authentication

Headers

X-BU-PROFILE-ID
string

User profile header

Example:

"BUS_YOK8tp5Zga01qOKEsqp07"

Response

Successful response

General response Values

status
enum<string>
required
Available options:
success,
error
Example:

"success"

message
string
required
Example:

"message for success"

data
object[]
required