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

Documentation Index

Fetch the complete documentation index at: https://docs.oneinbox.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use jwt_token from signup/login

Response

200 - application/json

OK

access_token
string