Create an Organization
Request
curl --location --request POST 'https://api.conomyhq.com/sandbox/identities' \
--header 'x-api-key: {YOUR_API_KEY}' \
--header 'User-Agent: {YOUR_APPLICATION_NAME}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {ACCESS_TOKEN}' \
--header 'Accept: */*' \
--header 'Host: api.conomyhq.com' \
--header 'Connection: keep-alive' \
--data-raw '{
"type": "ORGANIZATION",
"name": "Operator 1",
"nickname": "Op 1",
"email": "[email protected]",
"phone": "+5691111111",
"documentType": "RUT",
"documentNumber": "77123126-K",
"idv": "iv-23123",
"country": "CHL",
"securityOptions": {
"twoFactorEnabled": false
},
"children": []
}'
Response
Last updated

