API reference / endpoints
Endpoint reference
A compact catalog of safe, client-facing SmartVerify routes.
Endpoint catalog
| Method | Path | Purpose | Auth |
|---|---|---|---|
| POST | /api/v1/login | Issue a session/token | Rate limited |
| GET | /api/v1/wallet | Read client credit balance | Bearer |
| GET | /api/v1/services | List permitted service codes | Bearer |
| POST | /api/v1/verifications | Create a connected verification | Bearer |
| GET | /api/v1/verifications | List verification history | Bearer |
| GET | /api/v1/verifications/{id} | Read one report | Bearer |
| GET | /api/v1/verifications/{id}/pdf | Download authorised PDF | Bearer |
| POST | /api/v1/verifications/{id}/email | Email authorised report | Bearer |
Upstream integration boundary
VerifyNow routes and reportType selectors are not SmartVerify endpoints. They are server-side adapter configuration. Consult the labelled upstream source at VerifyNow API Documentation ↗.
Integration rule
Send SmartVerify service_code values; do not depend on provider reportType values.