Skip to main content
GET
/
services
/
{service_id}
/
fhir
/
.well-known
/
smart-configuration
SMART configuration
curl --request GET \
  --url https://api.verial.ai/services/{service_id}/fhir/.well-known/smart-configuration \
  --header 'Authorization: Bearer <token>'
{}
Returns the SMART-on-FHIR well-known configuration document for a playground’s FHIR service. Use this to discover the token endpoint and supported scopes before authenticating.

Authorizations

Authorization
string
header
required

API key passed as a Bearer token.

Path Parameters

service_id
string
required

Service ID

Response

Successful response

The response is of type object.