cURL
curl --request GET \ --url https://api.enterprise.sandbox.uphold.com/kyc-connector/veriff/config \ --header 'Authorization: Bearer <token>'
200
Veriff Config Retrieved
{ "config": { "integrations": [ { "name": "integration-abc123", "apiKey": "4e0a****", "sharedSecretKey": "b622****", "processes": [ "profile", "address", "identity" ] } ], "createdAt": "2026-01-15T14:23:01.819Z", "updatedAt": "2026-01-15T14:23:01.819Z" } }
Retrieve the Veriff provider configuration for the organization.
OAuth 2.0 authentication
Veriff config retrieved.
The Veriff provider configuration.
Show child attributes
Was this page helpful?