Skip to main content

Authentication

All Revision API requests require authentication using an API key from your organization.

Using your API Key

Include your API key in requests using the Authorization header with Bearer token:

Authorization: Bearer your-api-key-here

Finding your API Key

To get your organization's API key:

  1. Navigate to Settings in your Revision workspace
  2. Go to Organization settings
  3. Find the API Key section
  4. Copy your organization's API key

Example Request

curl -X GET \
https://your-organization.revision.app/api/external/component \
-H "Authorization: Bearer your-api-key-here" \
-H "Content-Type: application/json"

All requests must be made over HTTPS.