Shorten
Connector for the shorten API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.shorten.rest - Auth:
header:x-api-key(pass your key via theapiKeyinput)
Operations
getalias— GET /aliases — Get aliasgetaliases— GET /aliases/all — Get aliases by domaingetclicks— GET /clicks — Get clickscreatealias— POST /aliases — Create aliasupdatealias— PUT /aliases — Update aliasdeletealias— DELETE /aliases — Delete alias
Inputs
apiKey— your shorten 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: getalias
apiKey: <your key>