Back to developers
REST API reference
REST endpoints under /v1/. JSON responses. Bearer authentication. Cursor pagination. Full OpenAPI 3.1 spec to be published.
OpenAPI specification
The complete spec will be published and versioned in a dedicated public repository. Preview:
openapi: 3.1.0
info:
title: Inopay API
version: 1.0.0
servers:
- url: https://api.getinopay.com
security:
- bearerAuth: []
# Specification complete: [À PUBLIER]Major endpoints
Overview of routes. Detailed reference (parameters, schemas, error codes) ships with the OpenAPI spec.
| Method | Path | Description |
|---|---|---|
| POST | /v1/auth/token | Exchange client keys for a Bearer access token. |
| POST | /v1/kyc | Create an Ed25519-signed KYC attestation. |
| GET | /v1/kyc/{id} | Retrieve an attestation and its status. |
| POST | /v1/orders | Submit an order routed to a licensed SGI. |
| GET | /v1/orders/{id} | Current order state, fills included. |
| POST | /v1/webhooks | Register an endpoint for event delivery. |
| GET | /v1/audit/{snapshot_id} | Retrieve an anchored audit snapshot. |