API Reference
API Reference
NextPay REST API reference
The NextPay API is a RESTful API that uses JSON for request and response bodies.
Base URL
https://api.nextpay.world/v1Authentication
Most endpoints require a Bearer token in the Authorization header.
curl -H "Authorization: Bearer YOUR_TOKEN" \
https://api.nextpay.world/v1/auth/meEndpoints
- System — 1 endpoint
- Auth — 4 endpoints
- Organizations — 4 endpoints
- Workspaces — 8 endpoints
- Directory — 6 endpoints
- Audit — 1 endpoint
OpenAPI Spec
The full OpenAPI 3.1.0 specification is available at:
- Production:
https://api.nextpay.world/openapi/v1 - Interactive docs:
https://api.nextpay.world/reference/v1