
FOR YOU
Your partner data shouldn't be locked inside any single tool. If you're syncing deals to your CRM, feeding partner data into BI dashboards, or building internal workflows that touch partnership data, you need programmatic access.
Until now, the only way to get data in or out of Airstride was through the UI. That changes today. The Airstride Public API gives you full read and write access to your workspace including partners, deals, account mappings, organizations, users, and webhooks.
It's built the way modern APIs should be: X-API-Key authentication, date-based versioning (similar to Stripe), OpenAPI 3.1.1 spec, interactive documentation, and client libraries for Shell, Ruby, Node.js, PHP, and Python.
WHAT'S INCLUDED
Built for developers, not just documented
Every detail is designed to get you integrated fast and keep you integrated reliably.

API Key Authentication
Generate keys from workspace settings. Include them in the X-API-Key header. Keys are scoped to your organisation with full CRUD support.

Date-Based Versioning
Pin your integration to a specific API version via the Airstride-Version header. No surprise breaking changes and migrate on your schedule.

Interactive Docs + OpenAPI
Full OpenAPI 3.1.1 spec with interactive "Try It" testing, downloadable spec files, and client libraries for 5 languages. Powered by Scalar.
ENDPOINTS

SETUP
01
Generate an API Key
Go to Workspace Settings → API Keys and create a new key. Store the token securely — it's only shown once.
X-API-Key: sk_live_...
02
Pin Your Version
Add the Airstride-Version header with the current version date. This ensures your integration won't break when new versions ship.
Airstride-Version: 2026-03-01
03
Make Your First Request
Hit any endpoint with your key and version. Start with GET /api/partners to pull your partner list and confirm everything works.
GET /api/partners → 200 OK
Join 2,000+ partnership teams. Unsubscribe anytime.
