cURL
curl --request POST \ --url https://sandbox.deck.co/api/v1/webhook-subscriptions/event-types \ --header 'x-deck-client-id: <api-key>' \ --header 'x-deck-secret: <api-key>'
{ "event_types": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "event_code": "<string>", "event_type": "Link", "display_name": "<string>", "description": "<string>", "is_active": true, "deprecated_on_utc": "2023-11-07T05:31:56Z" } ] }
Enter your client id
Enter your secret
OK
Show child attributes
Was this page helpful?