Get all firms

GET /api/v1/firm

Responses

  • 401 application/json
    Hide response attribute Show response attribute object
    • message string
GET /api/v1/firm
curl \
 --request GET 'https://api.plannrcrm.com/api/v1/firm' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
  "message": "Unauthenticated."
}