Skip to main content

Get the OAuth access and refresh token

POST 

/oauth/token

Returns the OAuth access and refresh token for the specified client and target. Providers can deploy this endpoint under a separate base path (e.g., without a version number). SIX forwards the requests accordingly.

Request

Responses

OAuth token response

Response Headers
    X-Correlation-ID

    Client defined ID from request to correlate HTTP requests between a client and a server

    Cache-Control

    must include: no-store

    Pragma

    must be: no-cache