Exchange Code

POST /api/v1/oauth2/exchange

Exchange a single-use code or refresh token for access + refresh tokens.

Called from the SPA — no client credentials required. The code was already authenticated when created via POST /oauth2/token.

Code exchange: Provide code from the /token response. Token refresh: Provide refresh_token from a previous exchange.

Operation ID: exchange_code_api_v1_oauth2_exchange_post · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Responses

200 Successful Response

access_token string required

The access token (JWT)

token_type string

Token type (always 'Bearer')

expires_in integer required

Access token lifetime in seconds

refresh_token string

Refresh token for obtaining new access tokens

scope string

Granted scope (may differ from requested)

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object