GET
/
cards
/
customer
/
{id}
curl --request GET \
  --url https://api.sandbox.sudo.cards/cards/customer/{id} \
  --header 'Authorization: <api-key>'
"{}"

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

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

Query Parameters

page
integer
default:
0

Specifies the position the response data should begin from.

limit
integer
default:
100

The number of mapped cards to fetch.

Response

200
application/json
200

The response is of type object.