Get address for an existing provider

Returns the address for a specific provider.

Request
path Parameters
providerId
required
string <uuid>
id
required
string <uuid>
Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

get/providers/{providerId}/info/addresses/{id}
Response samples
application/json
{
  • "state": "AL",
  • "zipCode": "string",
  • "city": "string",
  • "addressLine1": "string",
  • "addressLine2": "string",
  • "type": "Unspecified",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}