v1

latestOpenAPI 3.0.32026-08-0421040.6 KB
Auth

Verify the email code from POST /v1/auth/request-access and receive a new API key. The email is marked as verified upon success.

post/v1/auth/verify-access

Request body

emailstring email required

Email address used in request-access

codestring required

6-digit verification code sent to the email

labelstring

Optional label for the new API key

Response

Default Response

api_keystring required

API key for authenticating requests. Store securely — it will not be shown again.

key_idstring required

Unique identifier for the API key

labelstring required

Label assigned to the API key