Auth
Refresh
This endpoint takes the sub and a refresh token and returns an access token and refresh token.
The access token is to be used for all endpoints except for /token and /refresh.
POST
Headers
Body
application/json
The sub (subject) field returned in the login response.
Response
200 - application/json
Successful response payload