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 .
- 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 headerX-API-Key: <your_api_key>
to all API requests (case insensitive).
Here’s an example of a request to the API:
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 toCore
endpoints and integrations including LinkedIn
and Sales Navigator
.