Quickstart
Create your first entity in five minutes, then read back its Entity 360.
1. Choose an environment
2. Authenticate
token: <YOUR_SECRET_API_KEY>
Content-Type: application/json3. Create an entity (minimal data)
curl -X POST "{{baseUrl}}/v2/api/entities" \
-H "token: $YV_SECRET_KEY" \
-H "Content-Type: application/json" \
-d '{
"entityType": "individual",
"isSubjectConsent": true,
"firstName": "Jane",
"lastName": "Doe",
"email": "jane@example.com"
}'4. Read the entity 360
Last updated
Was this helpful?
