Manually update a session’s status to VERIFIED or REJECTED
VERIFIED or REJECTED.
| Header | Required | Description |
|---|---|---|
x-api-key | Yes | Your API key |
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The session ID (returned as idv_id when the session was created) |
| Parameter | Type | Required | Description |
|---|---|---|---|
new_status | string | Yes | The new status to set. Must be VERIFIED or REJECTED |
| Field | Type | Description |
|---|---|---|
session_record | object | The updated session object (same shape as the Retrieve Session response) |
| Status | Description |
|---|---|
400 Bad Request | Invalid session ID or new_status value. Must be VERIFIED or REJECTED |
401 Unauthorized | Missing or invalid API key |
403 Forbidden | Session belongs to a different organization |
404 Not Found | Session ID does not exist |
429 Too Many Requests | Rate limit exceeded |