Skip to main content
GET
/
sources
/
{sourceId}
Retrieve a Source
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
}

Authorizations

x-deck-client-id
string
header
required

Enter your client id

x-deck-secret
string
header
required

Enter your secret

Path Parameters

sourceId
string<uuid>
required

Response

OK

id
string<uuid>
required

Unique external identifier for the source

name
string
required

Name of the data source

url
string
required

Website URL of the data source

logo_url
string
required

URL to the source's logo image

auth_supported
boolean

Indicates whether the source supports user authentication