Skip to main content

Get client integration

GET 

/client-integrations

Returns the client integration details by API key (Or the current session id)

Request

Responses

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

Loading...