Get Card - V1

Get Card - Get information on registered cards

Get information on a specific enrolled card

get
/cards/{card_id}

Returns information of enrolled card with the most up-to-date card information available from issuing banks and all VGS Account Updater capabilities.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : Grants read access to cards
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
card_idstringRequired

ID of the card to fetch

Example: CRDuVQCsenqj6dbHFQq9gen2EPattern: ^CRD.*$
Responses
chevron-right
200

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
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.