For the complete documentation index, see llms.txt. This page is also available as Markdown.

Refresh Token

Operations related to refresh token.

Refresh token

post
/auth/refresh-token

Refresh token by organization user

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
refreshTokenstringRequired

Refresh token

Example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9
Responses
201

Created

application/json
accessTokenstringRequired

Access token

refreshTokenstringRequired

Refresh token

post/auth/refresh-token

Last updated

Was this helpful?