Skip to main content
GET
/
v1
/
cards
/
{cardUrn}
Get Card
curl --request GET \
  --url https://api.domo.com/v1/cards/{cardUrn} \
  --header 'Authorization: Bearer <token>'
{
  "cardTitle": "<string>",
  "cardUrn": "<string>",
  "lastModified": 123,
  "ownerId": 123,
  "ownerName": "<string>",
  "pages": [
    123
  ],
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

cardUrn
string
required

ID of Card

Response

200 - */*

OK

cardTitle
string | null
cardUrn
string | null
lastModified
integer<int64> | null
ownerId
integer<int64> | null
ownerName
string | null
pages
integer<int64>[] | null
type
string | null