Desenvolvedores

Construa qualquer coisa. Integre tudo.

Uma API REST completa com escopos granulares, autenticação de token e limites de taxa configuráveis, além de webhooks assinados por HMAC que enviam eventos em tempo real para seus sistemas.

Full Platform Access, Programmatically

Every feature in the UI is available through the API. Build custom integrations without limitations.

Full REST API

Manage accounts, schedule posts, retrieve analytics, configure automations, manage users. RESTful design, JSON responses, pagination.

Sanctum Token Auth

Generate personal access tokens with granular scopes. Each token tied to a user. Revoke instantly.

Granular Scopes

Read-only, publishing, analytics, user management, automation control. Principle of least privilege at the token level.

Configurable Rate Limits

Generous defaults, configurable per plan. Enterprise customers get custom limits. Rate headers in every response.

HMAC-Signed Webhooks

Every payload signed with HMAC-SHA256. Verify on your end — cryptographic trust for every notification.

Retry Mechanism

Exponential backoff for failed deliveries. Full retry history with status codes and response bodies.

Mais de 7 tipos de eventos de webhook

Subscribe to the events that matter. Real-time data pushed, not polled.

post.published A scheduled post goes live
post.failed A post fails to publish
engagement.threshold Engagement hits a defined level
mention.detected A new brand mention is captured
report.generated A report finishes building
user.created A new user is provisioned
automation.executed An automation rule fires

Seguro por Design

Token scopes — control exactly what each integration can access
HMAC-SHA256 signatures — verify every payload came from ViralDashboard
Rate limiting — intelligent headers for throttling
Key rotation — overlap window for zero-downtime rotations
curl -X POST \
  https://api.viraldashboard.com/v1/posts \
  -H "Authorization: Bearer {token}" \
  -H "Content-Type: application/json" \
  -d '{
    "content": "Hello world!",
    "platforms": ["instagram", "linkedin"],
    "schedule_at": "2026-04-01T10:00:00Z"
  }'

Como funciona

1

Generate a Token

Create an API token from your dashboard. Assign scopes. Copy — shown only once.

2

Build Your Integration

Use the REST API for data and actions. Register webhook endpoints for real-time events.

3

Monitor & Manage

Track usage, delivery status, and errors from your developer dashboard. Rotate keys and adjust scopes.

Your Stack. Your Rules. Our API.

Full developer control. Build custom integrations, connect your tools, and extend the platform in any direction.

No credit card required. Cancel anytime.