Skip to main content
POST
/
token
/
refresh
cURL
curl --request POST \
  --url https://app.closerx.ai/api/token/refresh/ \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api-key>' \
  --data '
{
  "refresh": "<string>"
}
'
{
  "access": "<string>",
  "success": true,
  "message": "<string>"
}

Authorizations

api_key
string
header
required

Body

application/json

Refresh token

refresh
string
required

Refresh token for obtaining a new access token

Response

Token refresh response

access
string
required

New access token

success
boolean

Indicates whether the password reset was successful

message
string

Message describing the result of the password reset request