GET
/
client
/
credit-card
curl --request GET \
  --url https://api.helpyousponsor.com/v1/client/credit-card \
  --header 'Authorization: Bearer <token>'
{
  "card": [
    {}
  ],
  "pubKey": "pk_test_1234"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
Card details
card
object[]
pubKey
string
Example:

"pk_test_1234"