Get CRB

Securityaccess_auth
Request
path Parameters
crb_id
required
string^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...

CRB Id

Responses
200

Ok

401

Unauthorized

403

Forbidden

404

Not Found

422

Validation Failed

get/crbs/{crb_id}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "street_address": "string",
  • "street_address_2": "string",
  • "city": "string",
  • "ein": "string",
  • "phone_number": "string",
  • "postal_code": "string",
  • "country": "string",
  • "state": "AL",
  • "website": "string",
  • "timezone": "America/New_York",
  • "mailing_street_address": "string",
  • "mailing_city": "string",
  • "mailing_state": "AL",
  • "mailing_postal_code": "string",
  • "established_date": "string",
  • "ftEmployees": 0,
  • "ptEmployees": 0,
  • "entityType": "sole",
  • "dba": "string",
  • "monthlySales": "string",
  • "monthlyCustomers": 0
}