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
1
Generate an API Key
Navigate to your workspace settings and create a new API key. See the Authentication guide for details.
2
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.
3
Explore Endpoints
Browse the endpoint documentation to discover all available operations for posts, profiles, approvals, and more.
Available Resources
Posts
Create, list, retrieve, and delete posts in your workspace
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
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.