Nativeads
Connector for the nativeads API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.nativeads.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_publisher_reports_daily— GET /user/reports/daily — Returns user statistics split by dateget_publisher_reports_website— GET /user/reports/website — Returns user statistics split by websiteget_publisher_reports_widget— GET /user/reports/widget — Returns user statistics split by widgetpost_auth_default_login— POST /auth/default/login — Returns Native Ads User API token
Inputs
apiKey— your nativeads 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_publisher_reports_daily
apiKey: <your key>