Run
Run API
Run
Execute an API call
POST
Run
Execute any API endpoint through Orthogonal. This is the main endpoint for making API calls.
Request
string
required
API slug (e.g., “sixtyfour”, “fiber”). Get this from search results.
string
required
Endpoint path (e.g., “/enrich-lead”, “/find-email”). Get this from search results.
object
Request body for POST/PUT/PATCH endpoints. Can be an object or array depending on the endpoint.
object
Query string parameters as key-value pairs.
The HTTP method (GET, POST, etc.) is determined automatically based on the endpoint configuration.
