Get Details
Discovery API
Get Details
Get full parameter information for an endpoint
POST
Get Details
Get complete details about a specific API endpoint, including all parameters, types, and descriptions.
Request
API slug from search results (e.g., “apollo”, “linkup”, “olostep”)
Endpoint path (e.g., “/v1/people/match”, “/v1/search”)
Response
Response Fields
| Field | Description |
|---|---|
api | API metadata (name, slug, description, verification status) |
endpoint.pathParams | URL path parameters like {id} |
endpoint.queryParams | Query string parameters |
endpoint.bodyParams | Request body parameters |
endpoint.price | Cost per call (or “dynamic” for variable pricing) |
usage | Example URLs for calling this endpoint |
