Skip to main content
POST
/
auth
/
refresh
cURL
curl --request POST \
  --url https://api.example.com/auth/refresh
{
  "accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}

Documentation Index

Fetch the complete documentation index at: https://docs.domsoftware.com.br/llms.txt

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

O refreshToken deve estar presente no header Cookie (refreshToken=...).

Response

{
  "accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}

Response

201 - undefined