Quickstart - V1
Using the API
Create and store your API credentials
Try out the API
1
Retrieve an access token and call the Attributes endpoint
curl https://card-enrichment-api.live.verygoodvault.com/attributes -H "Authorization: Bearer $( curl --request POST \
--url 'https://auth.verygoodsecurity.com/auth/realms/vgs/protocol/openid-connect/token' \
--header 'content-type: application/x-www-form-urlencoded' \
--data grant_type=client_credentials \
--data client_id=${VGS_CLIENT_ID} \
--data client_secret=${VGS_CLIENT_SECRET} | jq -r .access_token)" \
-H 'Content-Type: application/json' \
-d '{
"number": "411111"
}' -vResponse Body
Additional Test data
Attribute Summary
Attribute
Definition
Access Level Required
Last updated

