cURL
curl --request GET \ --url https://api.deck.co/v2/event-types \ --header 'Authorization: Bearer <token>'
{ "data": [ { "type": "<string>", "description": "<string>" } ], "request_id": "<string>" }
Returns a list of all available event types you can subscribe to.
Secret key (sk_live_...)
OK
Response containing all available event types.
Array of available event types.
Show child attributes
Was this page helpful?