cURL
curl --request POST \ --url https://api.checkpoint.b-digital.uk/api/v1/blocks \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>", "instance_id": "<string>", "description": "<string>" } '
{ "success": true, "data": {}, "meta": { "total": 123, "limit": 123, "offset": 123 } }
Create a new block
API key for authentication
Block created successfully
true
Show child attributes