v3

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-08543999.8 KB
Account

Verify signup code and get OAuth tokens

Step 2 of headless account creation. Exchanges the signup_session_token and the 6-character verification code (sent via email) for OAuth access and refresh tokens.

post/api/oauth/signup/verify

Request body

signup_session_tokenstring required

Token from POST /api/oauth/signup

verification_codestring required

6-character alphanumeric code from the verification email

Response

OAuth tokens issued

access_tokenstring
token_type'Bearer'
expires_innumber
refresh_tokenstring
scopestring