Skip to main content
POST
Review KYC

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-MultiTenantKey
string

Required when using a Platform API token. The tenant key identifying which business to operate on.

Path Parameters

userId
string<uuid>
required

The unique identifier for the user

Body

application/json

Approve or reject one KYC verification level in sandbox

action
enum<string>
required

The outcome to apply to the verification level

Available options:
approve,
reject
Example:

"approve"

type
enum<string>
required

The verification level to review

Available options:
identity,
address
Example:

"identity"

Response

Successful operation