Rebilly
Connector for the rebilly API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api-sandbox.rebilly.com - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
get3dsecurecollection— GET /3dsecure — Retrieve a list of ThreeDSecure entriesget3dsecure— GET /3dsecure/{id} — Retrieve a ThreeDSecure entrygetamlentry— GET /aml — Search PEP/Sanctions/Adverse Media listsgetattachmentcollection— GET /attachments — Retrieve a list of Attachmentsgetattachment— GET /attachments/{id} — Retrieve an Attachmentgetauthenticationoption— GET /authentication-options — Read current authentication options
Inputs
apiKey— your rebilly 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: get3dsecurecollection
apiKey: <your key>