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" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Provider Response Schema
The provider's Silna identifier
Legal name of the provider
An API client's (internal) identifier for a provider
"my-unique-id-123"