cURL
curl --request GET \ --url https://sandbox.deck.co/api/v1/sources/{sourceId} \ --header 'x-deck-client-id: <api-key>' \ --header 'x-deck-secret: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "url": "<string>", "logo_url": "<string>", "auth_supported": true }
Returns details for a specific data source identified by its source_id
Enter your client id
Enter your secret
OK
Unique external identifier for the source
Name of the data source
Website URL of the data source
URL to the source's logo image
Indicates whether the source supports user authentication
Was this page helpful?