cURL
curl --request POST \ --url https://api.staging-2tid4c.ezyshield.com.au/management/v1/entities \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "data": { "id": "<string>", "name": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Requires the entity:write ability.
entity:write
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The name of the entity.
255
EntityResource
Show child attributes
The entity ID.
ISO 8601 formatted date-time.