Overview
The Ordinal API allows you to programmatically create and manage posts, profiles, approvals, labels, and analytics data within your workspace. The API follows REST conventions and uses JSON for request and response bodies.Base URL
Quick Start
Pro Plan RequiredThe Ordinal API is available on the Pro plan or higher. Upgrade your workspace to access API features.
Generate an API Key
Navigate to your workspace settings and create a new API key. See the Authentication guide for details.
Make Your First Request
Use the API key as a Bearer token to authenticate your requests:We recommend testing the Get Workspace endpoint to confirm that your API key is working.Confirm that you see your workspace information in the response.
Available Resources
Posts
Create, list, retrieve, archive, and unarchive posts in your workspace
File Uploads
Upload files from URLs to attach to posts
Profiles
List scheduling and engagement profiles connected to your workspace
Approvals
Manage approval workflows for posts
Labels
Create and manage labels for organizing posts
Subscribers
Manage post subscribers for notifications
Comments
List and create comments on posts with @mention support
Inline Comments
Retrieve text-anchored comments on post content
Invites
Invite users to your workspace via email
Analytics
Retrieve post and follower analytics across platforms
Rate Limiting
API requests are rate limited to ensure fair usage of 100 requests per minute per API key. When you exceed the rate limit, you’ll receive a429 Too Many Requests response with information about when your quota resets.