Sign in

Retrieve general configuration

documented

Retrieve current default configuration for campaigns.

GET /v1/public/campaign/parametersCampaign Parametersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl 'https://api.octopush.com/v1/public/campaign/parameters' -X GET -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'cache-control: no-cache' -H 'api-key: {{OCTOPUSH_API_KEY}}' -H 'api-login: {{OCTOPUSH_API_LOGIN}}'
Retrieve general configuration · Octopush · OpenIntegrations