Skip to main content
GET
Get OAuth authorization server metadata
Discover authorize, token, introspect, and revoke URLs. No authentication. Call this first to confirm you are talking to the Partner API.

Response

OAuth authorization server metadata.

issuer
string<uri>
required
authorization_endpoint
string<uri>
required
token_endpoint
string<uri>
required
response_types_supported
string[]
required
Example:
grant_types_supported
string[]
required
Example:
code_challenge_methods_supported
string[]
required
Example:
introspection_endpoint
string<uri>
revocation_endpoint
string<uri>
scopes_supported
string[]