cURL
curl --request POST \ --url https://live.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", "name": "<string>", "auth_supported": true }
Add a new source to Deck.
Enter your client id
Enter your secret
Website URL of the data source. Should be the login page.
1
OK
Unique identifier for the created data source
Was this page helpful?