v1
latestOpenAPI 3.0.12026-07-261252271.9 KBAuthentication
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"
}