Sequifi API Documentation

Build powerful integrations with the Sequifi platform. Our REST API gives you full access to manage resources, process transactions, and stay in sync with webhooks.

Getting Started

Set up your environment, obtain API keys, and make your first request.

Authentication

Learn how to authenticate requests using API keys and Bearer tokens.

API Reference

Full endpoint reference with request/response schemas and examples.

Webhooks

Receive real-time events when data changes in your account.

Quick example

List resources with a simple GET request:

curl https://api.sequifi.com/v1/resources \
  -H "Authorization: Bearer YOUR_API_KEY"