Statsocial
Connector for the statsocial API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://api.statsocial.com/api - Auth:
header:api_key(pass your key via theapiKeyinput)
Operations
get_applications_status— GET /applications/status/ — Used to understand API usageget_reports— GET /reports/ — Obtain report outputget_reports_custom_create— GET /reports/custom/create/ — Step 3 of executing custom reportget_reports_custom_generate— GET /reports/custom/generate/ — Step 1 of executing custom reportget_reports_custom_insert— GET /reports/custom/insert/ — Step 2 of executing custom reportget_reports_dates— GET /reports/dates/ — Get report dates available for a specific report
Inputs
apiKey— your statsocial 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_applications_status
apiKey: <your key>