> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cativa.digital/llms.txt
> Use this file to discover all available pages before exploring further.

# Token endpoint (OAuth 2.0 / OIDC)



## OpenAPI

````yaml /openapi/backoffice.json post /api/v1/sso/{customerName}/token
openapi: 3.0.1
info:
  title: Cativa Backoffice API (public)
  version: public
servers: []
security: []
paths:
  /api/v1/sso/{customerName}/token:
    post:
      tags:
        - Sso
      summary: Token endpoint (OAuth 2.0 / OIDC)
      operationId: Sso_ExchangeToken
      parameters:
        - name: customerName
          in: path
          required: true
          schema:
            type: string
      responses:
        '200':
          description: OK

````