Nyota ID
REST API Reference
Raw HTTP endpoints for Nyota ID Verification.
If you prefer to integrate directly via HTTP instead of using our official SDKs, you can use the following endpoints.
All requests require the x-nyota-api-key header.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/verify/sessions | Create a new KYC/KYB session and reserve billing funds. |
| GET | /v1/verify/sessions/:sessionId | Retrieve the current status and decision of a specific session. |
| GET | /v1/verify/sessions | List recent verification sessions created by your workspace. |
| POST | /v1/verify/api-keys | Generate a new M2M Developer API Key programmatically. |
| GET | /v1/verify/api-keys | List active Developer API Keys. |
| DELETE | /v1/verify/api-keys/:keyId | Permanently revoke an API Key. |