API Version 1.0
V1 Reference Catalog
Complete documentation for all endpoints in the initial CBC Cloud release. All routes are currently active and stable.
Base Endpoint URL
Append the relative paths below to this URL for all requests.
https://api.cbc.id
POST
/v1/auth/registerCreate a new member account and automatically link an identity profile.
Details
POST
/v1/auth/loginExchange user credentials for a secure JWT access token.
Details
GET
/v1/auth/authorizeInitiate the OpenID Connect authorization flow (SSO).
Details
POST
/v1/auth/tokenFinalize OIDC flow by exchanging authorization code for tokens.
Details