v1

latestOpenAPI 3.0.0© Billie GmbH, 20202026-07-24143643.6 KB
Authentication

Validate OAuth Token

Validates the Authorization: Bearer XXXX OAuth 2.0 token header and returns a successful response with client_id and user_id or fails if it's invalid.

get/oauth/authorization

Response

Successful

client_idstring uuid required
scopesstring[] required

Example response

{
  "client_id": "12345667-890a-bcde-f123-34567890abcd"
}