Skip to main content

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

  1. Go to Settings > Advanced
  2. Find the API Keys section
  3. Click Create API Key
  4. 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
  5. 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:

developers.posteverywhere.ai

Rate limits

API requests are rate-limited to protect the service. Current limits:

TierLimit
Per minute60 requests
Per hour1,000 requests
Per day10,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.