Skip to main content

Remote API Overview

Written by Ari Schlacht
Updated over 4 months ago

Sequence’s External API (also called the Remote API) lets your application interact with your Sequence accounts programmatically.

With it, you can:

  • Trigger a Rule (POST) – invoke an automation rule already set in Sequence from an external system

  • Return a Transfer Amount (POST) – tell Sequence how much to move from a source to a destination

  • Retrieve Accounts (GET) – fetch account data (id, balance, name, etc.) from your Money Map


Why This Matters

The Remote API lets you blend Sequence automation into your own software.

That means your apps, workflows, or internal systems can directly manage and respond to your cash flow.


Important to Know

  • The External API is an advanced feature

  • It is disabled by default

  • You’ll need to enable it in your Sequence account settings

  • All requests require proper authentication credentials


Next up: Authentication & Keys — where you’ll learn how to securely connect and start making requests.

Did this answer your question?