cURL
curl --request GET \ --url https://verification.didit.me/v3/users/ \ --header 'x-api-key: <api-key>'
{ "count": 2, "next": null, "previous": null, "results": [ { "vendor_data": "user-123", "status": "Approved", "full_name": "John Doe", "updated_at": "2025-06-01T12:00:00Z" }, { "vendor_data": "user-456", "status": "In Review", "full_name": "Jane Smith", "updated_at": "2025-06-02T09:30:00Z" } ] }
List all verified users (individuals) for your application.
Number of results per page.
Pagination offset.
Filter by status (Approved, Declined, In Review, Pending).
Paginated list of users.