Authentication
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
emailstring · emailRequired
User email address
Responses
202
Successful Response
application/json
422
Validation Error
application/json
post
/auth/verification/send-codeAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
refresh_tokenstringRequired
Refresh token to exchange for a new access token
user_uuidstringRequired
User UUID
Responses
200
Successful Response
application/json
422
Validation Error
application/json
post
/auth/verification/refresh-tokenAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
refresh_tokenstringRequired
Refresh token to revoke
Responses
200
Successful Response
application/json
Responseobject
422
Validation Error
application/json
post
/auth/verification/revoke-tokenAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageinteger · min: 1OptionalDefault:
1Example: 1limitinteger · min: 1OptionalDefault:
10Example: 5Header parameters
x-project-idstringRequiredExample:
Project ID to operate on
1a42c90f-02a6-434b-b9e6-43801a9314d0x-api-keystringOptionalExample:
Auth with API Key, optional, just for test
sk_GDjeKTfAaJwi4sLo-2AdimcK_Ya4l0KtU-4as2nJfJ8Body
objectOptional
Responses
200
Successful Response
application/json
422
Validation Error
application/json
get
/auth/api-keys/Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
x-project-idstringRequiredExample:
Project ID to operate on
1a42c90f-02a6-434b-b9e6-43801a9314d0Body
namestringRequired
API key name
expires_in_daysany ofOptional
Expiration in days (optional)
integerOptional
nullOptional
scopesany ofOptional
List of scopes (optional)
string[]Optional
nullOptional
Responses
201
Successful Response
application/json
422
Validation Error
application/json
post
/auth/api-keys/Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
key_idstring · uuidRequiredExample:
63f188cc-77d4-493a-9ce2-164471d9ac29Header parameters
x-project-idstringRequiredExample:
Project ID to operate on
1a42c90f-02a6-434b-b9e6-43801a9314d0Responses
200
Successful Response
application/json
422
Validation Error
application/json
delete
/auth/api-keys/{key_id}Last updated