Getting an API Key
The PostEverywhere API lets you programmatically manage posts, accounts, and media. API access is available on the Pro plan.
Generating an API key
- Go to Settings > Advanced
- Find the API Keys section
- Click Create API Key
- Give your key a name and select the scopes you need:
- Read — list and view accounts, posts, results, and media
- Write — create, edit, delete posts and media, retry failed posts
- Copy and store your key securely — it won't be shown again
Your API key starts with pe_live_ and should be kept secret. Do not share it publicly or commit it to version control.
Using your API key
Include your API key in the Authorization header of every request:
Authorization: Bearer pe_live_your_key_here
API documentation
For full endpoint documentation, request/response examples, and rate limit details, visit the API reference:
Rate limits
API requests are rate-limited to protect the service. Current limits:
| Tier | Limit |
|---|---|
| Per minute | 60 requests |
| Per hour | 1,000 requests |
| Per day | 10,000 requests |
Rate limit headers are included in every response so you can track your usage.
Revoking an API key
To revoke an API key, go to Settings > Advanced, find the key, and click Revoke. The key will stop working immediately.