cURL
curl --request POST \ --url https://sandbox.deck.co/api/v1/sources/add \ --header 'Content-Type: application/json' \ --header 'x-deck-client-id: <api-key>' \ --header 'x-deck-secret: <api-key>' \ --data ' { "website_url": "<string>" } '
{ "source_guid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "auth_supported": true, "name": "<string>" }
Add a new source to run Deck jobs against.
Enter your client id
Enter your secret
The URL of the website to add as a source
OK
Unique identifier for the source
Indicates whether the source supports user authentication
Name of the data source
Was this page helpful?