Know Your Customer (KYC)

Get KYC Identity

Get a KYC identity of a user.

get/api/evs/v1/identity

Query parameters

organizationIdstring
enterpriseIdstring
userIdstring
identityIdstring
allDataboolean
limitstring integer

Page size. Defaults to 100, clamped to a maximum of 1000. Values below 1 are rejected.

cursorstring

Opaque cursor from a previous response's nextCursor. Omit for the first page.

Response

OK

nextCursorstring nullable required

Cursor for the next page, or null when this page is the last one. Treat as opaque.

Changes