A
Atlar API Guide
Step 0Welcome & Overview
Interactive Tutorial

Atlar API Guide

A hands-on, step-by-step walkthrough of the Atlar treasury management API. You will learn how to authenticate, explore accounts, make payments, track transactions, and receive real-time webhook notifications — all within a safe sandbox environment.

What you will learn

OAuth 2.0 Authentication

Securely obtain tokens using Client Credentials flow.

Account & Balance Data

Query bank accounts, balances, and identifiers.

Payments End-to-End

Create counterparties, credit transfers, and approvals.

Transactions & Webhooks

Track transactions and receive real-time events.

Prerequisites

  • An Atlar account — sign up at app.atlar.com
  • A sandbox organization with the Atlar Testbank connected
  • A terminal, REST client, or Python/Node.js environment for making API calls
  • Familiarity with REST APIs and JSON

The Atlar API at a glance

The Atlar API is resource-oriented JSON REST. Endpoints are grouped into namespaces:

NamespaceBase PathPurpose
Financial Data/financial-data/v2/Accounts, transactions, balances
Payments/payments/v2/Credit transfers, direct debits, counterparties, mandates
Connectivity/connectivity/v2beta/Bank connections and configuration
IAM/iam/v2beta/Organizations, memberships, OAuth tokens

Guide roadmap