Authentication - V1
API Credentials
1
How To Authenticate
curl -X POST \
-d "client_id=<CLIENT_ID>" \
-d "client_secret=<CLIENT_SECRET>" \
-d "grant_type=client_credentials" \
"https://auth.verygoodsecurity.com/auth/realms/vgs/protocol/openid-connect/token"{
"access_token":"...",
"expires_in":300,
"refresh_expires_in":0,
"token_type": "bearer",
"not-before-policy":1620379100,
"scope": "cards:write user_id service-account",
}How To Revoke Credentials
Scopes
Scope
Permission
What's next?
Last updated

