Verify your email with the 6-digit code sent during sign-up.
On success, returns your API key:
The verification code expires after 24 hours. You have up to 10 attempts per code. If you exhaust all attempts, call sign-up again to receive a new code.
After a successful response, store both api_key and email. They become your headers on every subsequent OpenFunnel API request:
| Header | Value |
|---|---|
X-API-Key | api_key from this response |
X-User-ID | email from this response |
Content-Type | application/json |
Documentation Index
Fetch the complete documentation index at: https://docs.openfunnel.dev/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Use this value as the X-User-ID header on all subsequent OpenFunnel API requests.
Use this value as the X-API-Key header on all subsequent OpenFunnel API requests. Store it securely — this is your only credential and is not retrievable later (sign up again with the same email to recover it).
true if this verification just created a new account; false if it returned an existing user's key.