Mozilla Kinto
Connector for the mozilla-kinto API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://firefox.settings.services.mozilla.com/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
server_info— GET /get_openapi_spec— GET /apiheartbeat— GET /heartbeatlbheartbeat— GET /lbheartbeatversion— GET /versionget_buckets— GET /buckets
Inputs
apiKey— your mozilla-kinto 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: server_info
apiKey: <your key>