Flipbase

Developer docs

API reference

The full Flipbase API reference, hosted on Postman. Endpoints, authentication, request signing, worked examples.

The full API reference lives on Postman. It covers every endpoint (organizations, videos, collections, members, webhooks, employer branding), the request-signing scheme, and worked request/response examples.

Open the full reference:

Flipbase API on Postman

What's covered

  • Authentication: api_key + api_secret, plus the Signature header derived per request
  • Organizations, members, user resources
  • Videos: list, read, delete (plus the deprecated v0 endpoints)
  • Collections: create, read, update, delete, secure_mode flag, delete_after_days retention
  • Employer branding: pages, videos, delete
  • Webhooks: subscribe to events on your account

Request signing

Every authenticated request carries an Authorization header derived from your api_key and api_secret. The exact algorithm, canonical-string construction, and worked examples are in the Postman reference under Authentication. Don't reimplement from memory, copy the reference implementation.

For player.js with secure-mode collections, the same scheme produces a per-video signature passed to the player's signature option. See the Player page for the embed pattern.

Need credentials?

API credentials (api_key, api_secret, sandbox organization) are issued per partner. Send a short request and we'll reply within one working day.

Ready to call the API?

The full reference is on Postman. To actually call it you need an api_key + api_secret + sandbox organization. Reply within one working day.