O2 Sociodemo
Connector for the o2-sociodemo API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://developer.o2.cz/sociodemo/sandbox/api - Auth:
bearer(pass your key via theapiKeyinput)
Operations
age— GET /age/{location} — Presence in a location aggregated by agegender— GET /gender/{location} — Presence in a location aggregated by gendergetinfo— GET /info — Information about versions of application and data.
Inputs
apiKey— your o2-sociodemo 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: age
apiKey: <your key>