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>"
}

Documentation Index

Fetch the complete documentation index at: https://domoinc-arun-raj-connectors-domo-480626-update-new-field-mi.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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