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
post
/auth/refresh-token

Last updated

Was this helpful?