Skip to main content
POST
/
api
/
v1
/
agent
/
verify
Agent Verify
curl --request POST \
  --url https://api.openfunnel.dev/api/v1/agent/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "otp_code": "<string>"
}
'
{
  "email": "<string>",
  "api_key": "<string>",
  "is_new_user": true
}

Body

application/json
email
string<email>
required

Email address used during sign-up

otp_code
string
required

6-digit verification code sent to your email

Required string length: 6

Response

Successful Response

email
string
required
api_key
string
required
is_new_user
boolean
required