GET
/
public
/
v1
/
providers
/
{provider_id}
Get Provider
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",
  "silna_url": "<string>"
}

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

Provider Response Schema

Provider Response Schema

id
string<uuid>
required

The provider's Silna identifier

Legal name of the provider

dba
string
required
silna_url
string
required

URL to view this provider in the Silna Health app

source_id
string | null

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

Example:

"my-unique-id-123"