Authentication
Token endpoint
Exchange an authorization code for tokens, refresh a token, or obtain a client_credentials token. Send client_id/client_secret in the body (client_secret_post).
post/auth/realms/fhir/protocol/openid-connect/token
Response
Token response
Example response
{
"token_type": "Bearer"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.