Skip to main content
POST
/
v1
/
verification
Start verification
curl --request POST \
  --url https://api.usenaive.ai/v1/verification \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "members": [
    {
      "first_name": "<string>",
      "last_name": "<string>",
      "email": "jsmith@example.com",
      "ownership_percentage": 50,
      "is_responsible_party": true,
      "phone_number": "<string>"
    }
  ]
}
'
{}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Body

application/json
members
object[]
required
Minimum array length: 1

Response

Started.

The response is of type object.