Get service provider

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

Service Provider Id

Responses
200

Ok

401

Unauthorized

403

Forbidden

404

Not Found

422

Validation Failed

get/service-providers/{sp_id}
Response samples
application/json
{
  • "id": "string",
  • "name": "string",
  • "street_address": "string",
  • "city": "string",
  • "ein": "string",
  • "phone_number": "string",
  • "postal_code": "string",
  • "country": "string",
  • "state": "AL",
  • "website": "string",
  • "timezone": "America/New_York",
  • "primary_point_of_contact": {
    }
}