Reloadly
Connector for the reloadly API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://polls.apiblueprint.org - Auth:
bearer(pass your key via theapiKeyinput)
Operations
list_all_questions— GET /questions — List All Questionscreate_a_new_question— POST /questions — Create a New Question
Inputs
apiKey— your reloadly 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: list_all_questions
apiKey: <your key>