Skip to main content
npayload is launching soon.
npayloadDocs
API Reference

API reference

Interactive API documentation for npayload

The npayload API lets you manage channels, publish messages, create subscriptions, and handle deliveries programmatically. All endpoints use REST conventions with JSON request and response bodies.

All API requests require authentication via OAuth 2.0 with DPoP proof-of-possession. See the authentication guide for details.

Core resources

Delivery and reliability

Base URL

https://api.npayload.com/v1

Authentication

curl -H "Authorization: DPoP <access_token>" \
  -H "DPoP: <dpop_proof>" \
  https://api.npayload.com/v1/channels

See the authentication guide for the full OAuth 2.0 + DPoP flow.

Was this page helpful?

On this page