Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request POST '/identifications' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "string",
"last_name": "string",
"ident_token": "string",
"address": {
"street": "string",
"street_number": "string",
"zip_code": "string",
"city": "string",
"country_code": "020"
},
"beneficial_owner_id": "string"
}'{
"errors": [
{
"detail": "string",
"code": "string",
"source": {}
}
]
}