Skip to main content
POST
/
api
/
v1
/
:app_id
/
auth
/
refresh
Error
A valid request URL is required to generate request examples
{
  "access_token": "<string>",
  "expires_in": 123,
  "refresh_token": "<string>",
  "token_type": "<string>"
}

Path Parameters

app_id
string
required

UUID of the app

Body

application/json

Refresh token

refresh_token
string
required

Response

OK

access_token
string
expires_in
integer
refresh_token
string
token_type
string