Blazemeter
Connector for the blazemeter API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://a.blazemeter.com/api/v4 - Auth:
query:api_key(pass your key via theapiKeyinput)
Operations
active_sessions— GET /user/active/sessions —retrievecollections— GET /user/collections — List organization multi-testsretrieveinvites— GET /user/invites —retrievelocations— GET /user/locations — Get user available locationsretrievemasters— GET /user/masters — List user private mastersretrieveprojects— GET /user/projects — Get user projects
Inputs
apiKey— your blazemeter 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: active_sessions
apiKey: <your key>