Overview
The Ordinal Agency API allows agencies and teams to programmatically manage multiple workspaces from a single company account. With company-level API access, you can create new workspaces, manage workspace API keys, and automate your multi-client workflows.Base URL
Use Cases
The Agency API is designed for:- Agencies managing social media for multiple clients, each with their own workspace
- Enterprises with multiple brands or business units
- Platforms building integrations that provision Ordinal workspaces for their users
Quick Start
Enterprise Plan RequiredThe Agency API requires an Enterprise plan. Contact sales to upgrade your account.
1
Generate a Company API Key
Navigate to your company settings and create a new company API key. See the Authentication guide for details.
2
Make Your First Request
Use the company API key as a Bearer token to authenticate your requests:Confirm that you see your workspaces in the response.
3
Explore Endpoints
Browse the endpoint documentation to discover all available operations for managing workspaces and API keys.
Available Operations
List Workspaces
List all workspaces in your company
Create Workspace
Create a new workspace for a client
Get Workspace
Retrieve details of a specific workspace
Manage API Keys
Create and list workspace API keys programmatically
Agency API vs Workspace API
Rate Limiting
API requests are rate limited to ensure fair usage. The Agency API has a limit of 100 requests per minute per API key.Need Help?
Authentication
Learn how to authenticate your Agency API requests
Error Handling
Understand API error responses