Skip to main content
POST
Refresh an access token

Authorizations

Authorization
string
header
required

JWT access token obtained from POST /api/v1/auth/jwt/login, the OAuth token endpoint, or a business-scoped API token. Some Business/Chat/Template/Scheduling endpoints alternatively accept HTTP Basic credentials scoped to the business slug.

Body

refresh_token
string

Response

New token(s) issued.

access_token
string
refresh_token
string
token_type
string
Example:

"bearer"