Skip to main content
POST
Refresh Token

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Cookies

blindsight_session
string | null

Response

Successful Response

access_token
string
required
expires_in
integer
required
user
UserRead · object
required
token_type
string
default:bearer
roles
string[] | null