Get client integration
GET/client-integrations
Returns the client integration details by API key (Or the current session id)
Request
Responses
- 200
- 401
- application/json
- Schema
- Example (from schema)
Schema
trustedOrigin stringrequired
The trusted origin of the integration, from where the KYC process should start if used from a browser
redirectUrl stringrequired
The redirect url of the integration, where the user will be redirected after the KYC process
type stringrequired
Possible values: [Web application
, Mobile
, Mobile (Embedded browser)
]
The type of the integration
playground booleanrequired
Whether the integration is a playground integration, used for testing purposes
{
"trustedOrigin": "string",
"redirectUrl": "string",
"type": "Web application",
"playground": true
}
Invalid API key or session id provided
Loading...