Create an account and get your Keys
Create a Deck Account
Create an account and gain access to the Dashboard.
Get your API keys
The Deck API requires both a
client_id and secret passed in the header of your request. Both are available in the “API Keys” section of the Dashboard.Making requests to the API
All API requests are made against:Setup Webhooks
Deck uses webhooks to communicate asynchronous updates back to you. You can add and manage webhook endpoints in the Dashboard. Endpoints must be HTTPS and accessible from the public internet. During development, you can test webhooks with a service such as Hookdeck. Common events you should expect to be delivered via webhooks:- An
access_tokenwhen creating a connection - The output of the jobs you run
- Notification of a failed job run