cURL
curl --request POST \ --url https://api.example.com/v1/entities/{id}/entity-data-many \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '[ {} ]'
Create many entity data
ok
Was this page helpful?