Get Card - V1
Get Card - Get information on registered cards
Returns information of enrolled card with the most up-to-date card information available from issuing banks and all VGS Account Updater capabilities.
Required scopes
This endpoint requires the following scopes:
- : Grants read access to cards
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
card_idstringRequiredExample:
ID of the card to fetch
CRDuVQCsenqj6dbHFQq9gen2EPattern: ^CRD.*$Responses
200
Enroll card API response.
application/json
404
Not found. Possible error codes:
card-not-found
application/json
500
Internal Server Error
application/json
default
Enroll card API response.
application/json
get
/cards/{card_id}The following cURL command will get your card information from the VGS Account Updater.
curl --request GET https://calm.<ENVIRONMENT>.verygoodsecurity.app/cards/CRDuVQCsenqj6dbHFQq9gen2E \
-x https://<CREDENTIALS>@<VAULT_ID>.<ENVIRONMENT>.verygoodproxy.com:8443 -k \
-H "Content-type: application/json" \
-H "Authorization: Bearer ${VGS_ACCESS_TOKEN}"VGS Account Updater returns a Card object in response to your API request.

