Skip to main content
GET
/
agencies
/
industries
Get List of industries
curl --request GET \
  --url https://api.boosterberg.com-beta.com/v1/agencies/industries \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Returns list of industries for agency filter

id
integer
name
string