curl --request GET \
--url https://api.helpyousponsor.com/v1/client/credit-card \
--header 'Authorization: Bearer <token>'
{
"card": [
{}
],
"pubKey": "pk_test_1234"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Card details
The response is of type object
.
curl --request GET \
--url https://api.helpyousponsor.com/v1/client/credit-card \
--header 'Authorization: Bearer <token>'
{
"card": [
{}
],
"pubKey": "pk_test_1234"
}