POST
/
api
/
end_user_entities
curl --request POST \
  --url https://app.herondata.io/api/end_user_entities \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "display_order": 123,
  "entity_description": "<string>",
  "entity_name": "<string>",
  "is_list": true
}'
{
  "display_order": 123,
  "entity_description": "<string>",
  "entity_name": "<string>",
  "heron_id": "<string>",
  "is_list": true
}

Authorizations

x-api-key
string
header
required

Body

application/json

Response

200 - application/json
OK

The response is of type object.