curl --request POST \
--url https://api.platform.dakota.xyz/customers/bvnk/inquiry \
--header 'Content-Type: application/json' \
--header 'x-idempotency-key: <x-idempotency-key>' \
--data '
{
"external_id": "org_123456789"
}
'{
"url": "https://withpersona.com/verify?inquiry-id=inq_123"
}Create a BVNK Persona inquiry for a Dakota customer.
curl --request POST \
--url https://api.platform.dakota.xyz/customers/bvnk/inquiry \
--header 'Content-Type: application/json' \
--header 'x-idempotency-key: <x-idempotency-key>' \
--data '
{
"external_id": "org_123456789"
}
'{
"url": "https://withpersona.com/verify?inquiry-id=inq_123"
}Unique key to ensure request idempotency. If the same key is used within a certain time window, the original response will be returned instead of executing the request again.
The id of the customer in the Dakota system
1"org_123456789"
BVNK Persona inquiry created successfully
The URL of the created BVNK Persona inquiry
"https://withpersona.com/verify?inquiry-id=inq_123"