Lesson 2 of 3 · 6 min

API & Webhooks

Connect Vremly to your existing tools using the REST API and outbound webhooks.

API & Webhooks

Video coming soon

2/3

Lesson Notes

01

The Vremly API provides 115+ endpoints covering every platform capability: projects, orders, customers, media, invoices, messaging, marketplace, and more. Full documentation is available at docs.vremly.com with OpenAPI specs.

02

Generate API keys from Settings → Security with scoped permissions: Read, Write, Admin, Bulk Import, or Webhooks. Rate limits are 120 requests per minute per key. Use API keys for server-to-server integrations and automated workflows.

03

Outbound webhooks push real-time events to your endpoints. Supported events: project created, status changed, assigned, delivered; invoice created, sent, paid, voided; customer created and updated. Each delivery includes an HMAC signature for verification and retries up to 5 times with exponential backoff.

Key Takeaways

  • 115+ API endpoints with full documentation at docs.vremly.com
  • Scoped API keys with rate limiting for secure integrations
  • Webhook events for projects, invoices, and customers with HMAC verification
Related documentation at docs.vremly.com