GET
/
v1
/
provider
/
list
curl --request GET \
  --url https://api.decodahealth.com/v1/provider/list \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
[
  {
    "address": "<string>",
    "addressLineTwo": "<string>",
    "addressValid": true,
    "city": "<string>",
    "country": "<string>",
    "createdDate": "2023-11-07T05:31:56Z",
    "email": "<string>",
    "externalUserId": "<string>",
    "firstName": "<string>",
    "id": "<string>",
    "lastName": "<string>",
    "meta": {},
    "phoneNumber": "<string>",
    "roles": [
      {
        "name": "<string>"
      }
    ],
    "state": "<string>",
    "type": "<string>",
    "zipCode": "<string>"
  }
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Response

200
application/json

Successful Response

The response is of type TypedUserSummary ยท object[].