REST overview
Short narrative overview of the MotiSig client HTTP API; full detail lives in OpenAPI.
This page is a high-level companion to the machine-readable spec. For paths, request bodies, and response schemas, use OpenAPI JSON or interactive docs.
Authentication
Use X-API-Key (SDK key) and X-Project-ID. See Authentication.
Base URL
Production client API (with hosting prefix):
https://api.motisig.ai/clientIndividual operations are under that base as documented in OpenAPI (for example users, push subscriptions, events, track).
Examples (illustrative)
Send or schedule messaging
Server-driven sends and campaign APIs may live on admin or service surfaces depending on your account. The client OpenAPI document focuses on device and user operations used by mobile and custom SDKs. Consult the spec tags for the operations you need.
List devices (pattern)
Patterns such as listing devices by user appear in older docs; confirm the current path in OpenAPI before implementing.
Rate limits
- Free tier: 100 requests/minute
- Pro tier: 1,000 requests/minute
- Enterprise: Custom limits
Exact enforcement may vary; treat limits as documented in your contract and response headers when provided.