A REST API for contacts, broadcasts, compliance, and dialer operations. JWT-authenticated. Rate-limited. JSON in and out. The full endpoint reference and request shapes are provisioned when your API key is issued.
Every request is authenticated with a JWT bearer token issued when your account is provisioned. All POST bodies are application/json. Responses are always JSON. Rate limits apply across the API and tighten on AI-driven and compliance endpoints.
Base URL
https://api.fivrasms.com/v1
Auth header
Authorization: Bearer <your-api-key>
Content type
Content-Type: application/jsonRequired on every POST. Responses are always JSON.
Rate limits
Enforced across the API. Customer-specific quotas are documented in your provisioning email and live in the dashboard.
Patterns
What requests look like.
Three example shapes — write, read, check. Your provisioning bundle includes the full endpoint list, request schemas, and rate-limit caps specific to your account.
POST/v1/…Auth JWT
Submit a job. The API queues it, runs pre-flight checks, and returns a handle for status polling.
Specific endpoints, schemas, rate-limit caps, and webhook payloads are provisioned when your API key is issued. Talk to us about your use case and we'll get you on the platform.