Skip to main content
Welcome to Edges API v1, which allows you to automate Actions in Real-Time. You can also manage Identities and their Integrations. If you encounter any issues using this API, feel free to reach out at support@edges.run .
If you’re new to Edges, we strongly recommend reviewing the following resources before diving into the API:
  • Quickstart – A brief overview of how to use the API.
  • Core Concepts – A description of core objects and how to interact with them.

Authentication

To authorize requests, you need to add the following header X-API-Key: <your_api_key> to all API requests (case insensitive). Here’s an example of a request to the API:
curl --location 'https://api.edges.run/v1/workspaces' \
--header 'X-API-Key: <your_api_key>'
All subsequent examples will use this header as part of the request. To get your API Key, go to Developer Settings and copy the appropriate values.
Each user of your workspace has their own unique API Key that is tied to their account. API Keys are not shared across the workspace.

Playground

Each API endpoint has an interactive playground where you can test requests directly.

SDK

We’re thrilled to introduce Edges’s first TypeScript SDK. This type-safe SDK offers a streamlined way to interact with our API through a single Edges class. It handles authentication and provides access to Core endpoints and integrations including LinkedIn and Sales Navigator.
I