Get Card - V1
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}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}"
