Skip to main content
POST
/
v1
/
auth
/
refresh
Refresh
curl --request POST \
  --url https://api.oneinbox.ai/v1/auth/refresh \
  --header 'Authorization: Bearer <token>'
{
  "access_token": "<string>",
  "expires_in_minutes": 123,
  "token_type": "Bearer"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

access_token
string
required
expires_in_minutes
integer
required
token_type
string
default:Bearer