Refresh Token

POST /api/v1/oauth2/refresh

Exchange refresh token for new access token.

Operation ID: refresh_token_api_v1_oauth2_refresh_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