POST
/Users/RefreshTokenRetired legacy refresh endpoint
Authentication
Send your API key in the x-api-key header on every request.
Responses
410 — Gone
| Field | Type | Required | Description |
|---|---|---|---|
| type | string | No | |
| title | string | No | |
| status | unknown | No | |
| detail | string | No | |
| instance | string | No |
Example request
curl -X POST "https://{base_url}/Users/RefreshToken" \
-H "x-api-key: YOUR_API_KEY"This page is generated from the live OpenAPI specification and always matches the current API.