Jeeng Management API

The Management API from Jeeng — 3 operation(s) for management.

Operations 3

POST /management/creative/{id}/transition/{status} Update Status #
POST /management/line/{id}/transition/{status} Update Status #
PUT /management/line/{id} Update #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/jeeng-management-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

jeeng-management-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Jeeng Email Monetization — Advertisers Management API
  version: '1.0'
  description: 'Advertiser-side campaign management and reporting for the Jeeng / OpenWeb Email Monetization platform: update campaign lines and their budget/pricing, transition campaign line and creative status, and pull campaign, campaign-line and flexible advertiser performance reports (OData V4 query and response format).'
  contact:
    name: Jeeng Technical Support
    email: support@jeeng.com
    url: https://developers.jeeng.com/
servers:
- url: https://powerinbox.azure-api.net/
security:
- sec0: []
tags:
- name: Management
paths:
  /management/creative/{id}/transition/{status}:
    post:
      summary: Update Status
      description: Update a creative status between running, paused and archived.
      operationId: management-creative-status
      parameters:
      - name: id
        in: path
        description: The creative ID
        schema:
          type: string
        required: true
      - name: status
        in: path
        description: The creative status
        schema:
          type: string
          enum:
          - running
          - paused
          - archived
        required: true
      - name: api-version
        in: query
        description: The API version
        required: true
        schema:
          type: string
          default: '1.0'
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Result:
                  value: '{}'
              schema:
                type: object
                properties: {}
        '400':
          description: '400'
          content:
            application/json:
              examples:
                Result:
                  value: '{}'
              schema:
                type: object
                properties: {}
      deprecated: false
      tags:
      - Management
  /management/line/{id}/transition/{status}:
    post:
      summary: Update Status
      description: Update a campaign line status between running, paused and archived.
      operationId: management-line-status
      parameters:
      - name: id
        in: path
        description: The campaign line ID
        schema:
          type: string
        required: true
      - name: status
        in: path
        description: The campaign line status
        schema:
          type: string
          enum:
          - running
          - paused
          - archived
        required: true
      - name: api-version
        in: query
        description: The API version
        required: true
        schema:
          type: string
          default: '1.0'
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Result:
                  value: '{}'
              schema:
                type: object
                properties: {}
        '400':
          description: '400'
          content:
            application/json:
              examples:
                Result:
                  value: '{}'
              schema:
                type: object
                properties: {}
      deprecated: false
      tags:
      - Management
  /management/line/{id}:
    put:
      summary: Update
      description: Update a campaign line.
      operationId: management-line-update
      parameters:
      - name: id
        in: path
        description: The campaign line ID
        schema:
          type: string
        required: true
      - name: api-version
        in: query
        description: The API version
        required: true
        schema:
          type: string
          default: '1.0'
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                budget:
                  type: integer
                  description: The daily spend goal
                  format: int32
                pricing:
                  type: object
                  description: The bid amount. Only set one of the 3 possible values (CPC, CPM or CPA)
                  properties:
                    cpc:
                      type: number
                      description: The price to pay for each click
                      format: double
                    cpa:
                      type: number
                      description: The amount to pay for achieving CPA goals
                      format: double
                    cpm:
                      type: number
                      description: The price to pay for 1000 impressions
                      format: double
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Result:
                  value: '{}'
              schema:
                type: object
                properties: {}
        '400':
          description: '400'
          content:
            application/json:
              examples:
                Result:
                  value: '{}'
              schema:
                type: object
                properties: {}
      deprecated: false
      tags:
      - Management
components:
  securitySchemes:
    sec0:
      type: oauth2
      flows: {}
externalDocs:
  description: Jeeng / OpenWeb Email Monetization developer documentation
  url: https://developers.jeeng.com/reference
x-readme:
  headers: []
  explorer-enabled: true
  proxy-enabled: true
x-readme-fauxas: true
x-api-evangelist:
  method: searched
  source:
  - https://developers.jeeng.com/reference/management-line-update.md
  - https://developers.jeeng.com/reference/management-line-status.md
  - https://developers.jeeng.com/reference/management-creative-status.md
  - https://developers.jeeng.com/reference/reporting-campaigns.md
  - https://developers.jeeng.com/reference/reporting-campaign-lines.md
  - https://developers.jeeng.com/reference/reporting-advertiser-performance.md
  note: Assembled verbatim from the per-operation OpenAPI 3.1.0 definitions Jeeng publishes on its own developer hub (developers.jeeng.com, a ReadMe hub whose readme-subdomain is "jeeng"). The hub renders each reference page as markdown at <page>.md with the full "# OpenAPI definition" JSON block for that operation; it exposes no whole-file spec download, so the paths and components of the three published registry files (authentication.json, advertisers.json, publishers.json) were merged back together without alteration. info.title/description/contact and externalDocs were added by API Evangelist and are captured in overlays/.
  ownership: Served from developers.jeeng.com, a subdomain of the company domain. servers[] names powerinbox.azure-api.net and the Entra tenant revenuestripe.onmicrosoft.com — PowerInbox is Jeeng's former corporate name (www.powerinbox.com 301s to www.jeeng.com) and RevenueStripe was its ad-monetization brand. The hub is titled "OpenWeb Email Monetization" because OpenWeb acquired Jeeng/PowerInbox in 2022 and the product now ships under the OpenWeb brand on the original Jeeng domains (manage.jeeng.com 302s to manage.powerinbox.com and then to portal.openweb.com).