Probely
Connector for the probely API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.probely.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_account— GET /account/ — Retrieve account informationget_billing— GET /billing/ — Retrieve billing informationget_events— GET /events/ — List account eventsget_events_id— GET /events/{id}/ — Retrieve account eventget_frameworks— GET /frameworks/ — List frameworksget_frameworks_id— GET /frameworks/{id}/ — Retrieve framework
Inputs
apiKey— your probely 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: get_account
apiKey: <your key>