Redirection
Connector for the redirection API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.redirection.io - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
agent_legacy_complexrulecollection— GET /agent-rule-complexes — Retrieves the collection of Rule resources.agent_legacy_straightrulecollection— GET /agent-rule-straights — Retrieves the collection of Rule resources.agentrulecollection— GET /agent-rules — Retrieves the collection of Rule resources.getaggregatelogcollection— GET /aggregate-logs — Retrieves the collection of AggregateLog resources.getaggregatelogitem— GET /aggregate-logs/{id} — Retrieves a AggregateLog resource.getcrawlurlcollection— GET /crawl-urls — Retrieves the collection of CrawlUrl resources.
Inputs
apiKey— your redirection API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: agent_legacy_complexrulecollection
apiKey: <your key>