GET
/
public
/
v1
/
providers
/
{provider_id}
curl --request GET \
  --url https://api.silnahealth.com/public/v1/providers/{provider_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "legal_name": "<string>",
  "dba": "<string>",
  "source_id": "my-unique-id-123"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

provider_id
string
required

Response

200
application/json
Provider Response Schema

Provider Response Schema

id
string
required

The provider's Silna identifier

Legal name of the provider

dba
string
required
source_id
string | null

An API client's (internal) identifier for a provider

Example:

"my-unique-id-123"