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>"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.getcargo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?