Get full parameter information for an endpoint
| 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 |