get

abstract suspend fun get(cardId: String, include: List<CardIncludesParam>? = null): Card

This endpoint provides detailed information about specific Card by cardId.

Return

A Card object.

Parameters

cardId

Card identifier.

include

List of CardIncludesParam Include listed properties in the response.