Skip to main content
GET
/
firms
/
specialties
/
list
Specialty Codes
curl --request GET \
  --url https://api.casexchange.com/api/v1/firms/specialties/list \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

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

Response

Specialty list

success
boolean
data
string[]