Skip to main content
GET
/
kyc-connector
/
veriff
/
config
Get Veriff config
curl --request GET \
  --url https://api.enterprise.sandbox.uphold.com/kyc-connector/veriff/config \
  --header 'Authorization: Bearer <token>'
{ "config": { "integrations": [ { "name": "integration-abc123", "apiKey": "4e0a****", "sharedSecretKey": "b622****", "processes": [ "profile", "address", "identity", "proof-of-address" ] } ], "createdAt": "2026-01-15T14:23:01.819Z", "updatedAt": "2026-01-15T14:23:01.819Z" } }

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication

Response

Veriff config retrieved.

config
object
required

The Veriff provider configuration.