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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.enad.io/llms.txt

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

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