POST/Users/RefreshToken

Retired legacy refresh endpoint

Authentication

Send your API key in the x-api-key header on every request.

Responses

410 — Gone

Response 410 fields
FieldTypeRequiredDescription
typestringNo
titlestringNo
statusunknownNo
detailstringNo
instancestringNo

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.