Get Started
Introduction
Welcome to the Extrovert API documentation
Need assistance integrating Extrovert with tools you use? Reach out to support@goextrovert.com
Authentication
All API requests require authentication using an API key. Include your API key in the request header:
Base URL
All API requests should be made to:
Available Endpoints
The Extrovert API provides endpoints for managing prospects in your campaigns:
- Get Prospects with Statistics - Retrieve prospects with detailed engagement statistics
- Add Prospect to List - Add a prospect to a specific campaign and list
- Remove Prospect from Campaign - Remove a prospect from a specific campaign
- Remove Prospect from Workspace - Remove a prospect from entire workspace
Response Format
All API responses follow the same JSON structure:
For the GET prospects endpoint, the data
field contains a list
array with prospect details and statistics.
Error Handling
The API uses standard HTTP response codes:
200
- OK (Success for GET requests)201
- Created (Success for POST/DELETE requests)400
- Bad Request (validation errors, business logic errors)401
- Unauthorized (invalid or missing API key)
Getting Started
- Obtain your API key from the dashboard
- Use the API playground to test endpoints
- Integrate the API into your application