Skip to main content
GET
Get Customer Cards

Authorizations

Authorization
string
header
default:{{APIKey}}
required

Path Parameters

id
string
required

The _id of the customer you wish to fetch the cards for.

Query Parameters

page
integer<int32>
default:0

Specifies the position the response data should begin from.

limit
integer<int32>
default:100

The number of mapped cards to fetch.

Response

Customer cards fetched successfully.

statusCode
integer

Status code of the response. 200 indicates a successful request.

message
string

Human-readable description of the result.

data
object[]

Array of objects for the requested page.

pagination
object

Pagination metadata for the result set.