Getting Started
API
Basic Usage
Base URL for all API endpoints:
Authentication:
- As a header:
x-api-key: YOUR_API_KEY
- As a query parameter:
?api_key=YOUR_API_KEY
Error Codes
Code | Message | Description |
---|---|---|
200 | OK | Successful response |
400 | Bad Request | Invalid input or malformed request |
401 | Unauthorized | API key missing |
403 | Forbidden | Invalid or unauthorized API key |
500 | ISE | Internal Service Error |
Credit System
Each successful request (returns data) consumes credits. Credits vary per endpoint.
Successful requests return the number of credits used, and the number of credits remaining in the response headers
Every successful response includes:
X-Credits-Used
: Total number of credits used so farX-Credits-Remaining
: Remaining credits (or-1
for unlimited plans)
API Endpoints
User Match Endpoint
Retrieve detailed developer profiles using GitHub, LinkedIn, X (Twitter), or email.
Example Request:
Audience Endpoint
Fetch developers interacting with specified technologies in open-source projects.
Example Request:
Field Values Endpoint
See a list of possible values for company’s, titles, countries, and more
Example Request:
📬 Need Help or Access?
Contact us at justin@b2d.ai.