client.Identity
Available Methods
| Method | HTTP Equivalent | Description |
|---|---|---|
ListIdentities | GET /identity/identities | List identities with optional filters |
CreateIdentity | POST /identity/identities | Create a new identity for verification |
GetIdentity | GET /identity/identities/{id} | Get an identity by ID |
UpdateIdentity | PATCH /identity/identities/{id} | Update identity details |
CreateIdentity
GetIdentity
ListIdentities
In Sandbox, use client.Sandbox.SetIdentityStatus() to approve identities without real verification. See the Sandbox Guide.
For the full REST API documentation, see the Identity API Reference.