Skip to main content
POST
/
v1
/
auth
/
verify
Verify email link code
curl --request POST \
  --url https://api.usenaive.ai/v1/auth/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "code": "<string>"
}
'
{
  "api_key": "<string>",
  "agent_id": "<string>",
  "company_id": "<string>",
  "company_name": "<string>",
  "companies": [
    {
      "id": "<string>",
      "name": "<string>",
      "prefix": "<string>"
    }
  ]
}

Body

application/json
email
string<email>
required
code
string
required

Response

Verified.

api_key
string
agent_id
string
company_id
string
company_name
string
companies
object[]