Refresh access token
post
Path parameters
apiKeystringRequired
API key generated at https://studio.aurora.dev
Body
refreshTokenstringRequiredExample:
Refresh token obtained from the authenticate endpoint.
<jwt>Responses
200
New access token issued
application/json
New access token issued
accessTokenstringRequiredExample:
New JWT access token.
<jwt>expiresInnumberRequiredExample:
Access token lifetime in seconds.
900400
Default Response
application/json
401
Invalid or expired refresh token
application/json
500
Internal Server Error - Failed to reach the auth service
application/json
post/api/auth/refresh/{apiKey}
Last updated
