curl --request GET \
--url https://api.getcargo.io/v1/billing/subscription/creditCard \
--header 'Authorization: Bearer <token>'{
"creditCard": {
"brand": "<string>",
"expMonth": 123,
"expYear": 123,
"last4": "<string>"
}
}Get the credit card on file
curl --request GET \
--url https://api.getcargo.io/v1/billing/subscription/creditCard \
--header 'Authorization: Bearer <token>'{
"creditCard": {
"brand": "<string>",
"expMonth": 123,
"expYear": 123,
"last4": "<string>"
}
}Was this page helpful?