Driver License Data Verification (DLDV) - Notifications - Sandbox

BasicAuthSettingsDTO

object
loginstringrequired

<= 500 characters

passwordstringrequired

<= 500 characters

Example

HmacSettingsDTO

object
keystringrequired

>= 32 characters<= 64 characters

headerNamestring

Indicates header name for HMAC value. Default header name is X-HMAC.

>= 1 characters<= 500 characters

Example

ClientCredentialsOAuthSettingsDTO

clientIdstringrequired

>= 1 characters<= 500 characters

clientSecretstringrequired

>= 1 characters<= 500 characters

tokenUrlstringrequired

>= 1 characters<= 500 characters

audiencestring

<= 500 characters

scopesarray[string]

<= 500 characters<= 500 items

Example

HeaderDTO

object
namestring

<= 500 characters

valuestring

<= 500 characters

Example

MtlsSettingsDTO

object
enabledboolean

Whether to present the API’s client certificate when delivering to this subscription’s callback URL.

Default:false

trustedCaBundlestring

Optional PEM CA bundle used to validate the callback server certificate. Used in case of self-signed certificate. Independent of enabled — this only controls how the remote server’s certificate is validated.

<= 500 characters

Example