Incentivio App Home Config Controller API

The app-home-config-controller API from Incentivio — 11 operation(s) for app-home-config-controller.

Operations 13

PUT /incentivio-client-domain/clients/{clientid}/app-home-config/preview #
PUT /incentivio-client-domain/clients/{clientid}/app-home-config/background/schedules/{scheduleId} #
DELETE /incentivio-client-domain/clients/{clientid}/app-home-config/background/schedules/{scheduleId} #
PUT /incentivio-client-domain/clients/{clientid}/app-home-config/background/default #
DELETE /incentivio-client-domain/clients/{clientid}/app-home-config/background/default #
POST /incentivio-client-domain/clients/{clientid}/app-home-config/background/schedules #
POST /incentivio-client-domain/clients/{clientid}/app-home-config/background/default/publish #
GET /incentivio-client-domain/clients/{clientid}/app-home-config #
GET /incentivio-client-domain/clients/{clientid}/app-home-config/audit #
GET /incentivio-client-domain/clients/{clientid}/app-home-config/admin #
DELETE /incentivio-client-domain/clients/{clientid}/app-home-config/preview/{userId} #
DELETE /incentivio-client-domain/clients/{clientid}/app-home-config/background/default/staged #
GET /app-home-config #

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/incentivio-app-home-config-controller-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

incentivio-app-home-config-controller-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Incentivio App Home Config Controller API
  version: v0
  description: 'Operations tagged app-home-config-controller across 2 of this provider''s published API definitions: incentivio-admin-api-openapi.yml, incentivio-mobile-api-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://adminapi.incentivio.com/incentivio-admin-api
  description: Generated server url
- url: https://mobile.incentivio.com/incentivio-mobile-api
  description: Generated server url
tags:
- name: app-home-config-controller
paths:
  /incentivio-client-domain/clients/{clientid}/app-home-config/preview:
    put:
      tags:
      - app-home-config-controller
      operationId: updatePreview
      parameters:
      - name: Inc-Client-Id
        in: header
        required: true
        schema:
          type: string
      - name: clientid
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/PreviewRequestDTO'
        required: true
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/AppHomeConfigDTO'
    servers:
    - url: https://adminapi.incentivio.com/incentivio-admin-api
      description: Generated server url
  /incentivio-client-domain/clients/{clientid}/app-home-config/background/schedules/{scheduleId}:
    put:
      tags:
      - app-home-config-controller
      operationId: updateSchedule
      parameters:
      - name: Inc-Client-Id
        in: header
        required: true
        schema:
          type: string
      - name: clientid
        in: path
        required: true
        schema:
          type: string
      - name: scheduleId
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BackgroundScheduleRequestDTO'
        required: true
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/AppHomeConfigDTO'
    delete:
      tags:
      - app-home-config-controller
      operationId: deleteSchedule
      parameters:
      - name: Inc-Client-Id
        in: header
        required: true
        schema:
          type: string
      - name: clientid
        in: path
        required: true
        schema:
          type: string
      - name: scheduleId
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/AppHomeConfigDTO'
    servers:
    - url: https://adminapi.incentivio.com/incentivio-admin-api
      description: Generated server url
  /incentivio-client-domain/clients/{clientid}/app-home-config/background/default:
    put:
      tags:
      - app-home-config-controller
      operationId: stageDefaultBackground
      parameters:
      - name: Inc-Client-Id
        in: header
        required: true
        schema:
          type: string
      - name: clientid
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/DefaultBackgroundRequestDTO'
        required: true
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/AppHomeConfigDTO'
    delete:
      tags:
      - app-home-config-controller
      operationId: removeDefaultBackground
      parameters:
      - name: Inc-Client-Id
        in: header
        required: true
        schema:
          type: string
      - name: clientid
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/AppHomeConfigDTO'
    servers:
    - url: https://adminapi.incentivio.com/incentivio-admin-api
      description: Generated server url
  /incentivio-client-domain/clients/{clientid}/app-home-config/background/schedules:
    post:
      tags:
      - app-home-config-controller
      operationId: addSchedule
      parameters:
      - name: Inc-Client-Id
        in: header
        required: true
        schema:
          type: string
      - name: clientid
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BackgroundScheduleRequestDTO'
        required: true
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/AppHomeConfigDTO'
    servers:
    - url: https://adminapi.incentivio.com/incentivio-admin-api
      description: Generated server url
  /incentivio-client-domain/clients/{clientid}/app-home-config/background/default/publish:
    post:
      tags:
      - app-home-config-controller
      operationId: publishDefaultBackground
      parameters:
      - name: Inc-Client-Id
        in: header
        required: true
        schema:
          type: string
      - name: clientid
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/AppHomeConfigDTO'
    servers:
    - url: https://adminapi.incentivio.com/incentivio-admin-api
      description: Generated server url
  /incentivio-client-domain/clients/{clientid}/app-home-config:
    get:
      tags:
      - app-home-config-controller
      operationId: getAppHomeConfig
      parameters:
      - name: Inc-Client-Id
        in: header
        required: true
        schema:
          type: string
      - name: clientid
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/AppHomeConfigDTO'
    servers:
    - url: https://adminapi.incentivio.com/incentivio-admin-api
      description: Generated server url
  /incentivio-client-domain/clients/{clientid}/app-home-config/audit:
    get:
      tags:
      - app-home-config-controller
      operationId: getAuditHistory
      parameters:
      - name: Inc-Client-Id
        in: header
        required: true
        schema:
          type: string
      - name: clientid
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/AppHomeConfigAuditDTO'
    servers:
    - url: https://adminapi.incentivio.com/incentivio-admin-api
      description: Generated server url
  /incentivio-client-domain/clients/{clientid}/app-home-config/admin:
    get:
      tags:
      - app-home-config-controller
      operationId: getAppHomeConfigAdmin
      parameters:
      - name: Inc-Client-Id
        in: header
        required: true
        schema:
          type: string
      - name: clientid
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/AppHomeConfigDTO'
    servers:
    - url: https://adminapi.incentivio.com/incentivio-admin-api
      description: Generated server url
  /incentivio-client-domain/clients/{clientid}/app-home-config/preview/{userId}:
    delete:
      tags:
      - app-home-config-controller
      operationId: removePreview
      parameters:
      - name: Inc-Client-Id
        in: header
        required: true
        schema:
          type: string
      - name: clientid
        in: path
        required: true
        schema:
          type: string
      - name: userId
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/AppHomeConfigDTO'
    servers:
    - url: https://adminapi.incentivio.com/incentivio-admin-api
      description: Generated server url
  /incentivio-client-domain/clients/{clientid}/app-home-config/background/default/staged:
    delete:
      tags:
      - app-home-config-controller
      operationId: discardStagedDefault
      parameters:
      - name: Inc-Client-Id
        in: header
        required: true
        schema:
          type: string
      - name: clientid
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/AppHomeConfigDTO'
    servers:
    - url: https://adminapi.incentivio.com/incentivio-admin-api
      description: Generated server url
  /app-home-config:
    get:
      tags:
      - app-home-config-controller
      operationId: getAppHomeConfig
      parameters:
      - name: CLIENTID
        in: header
        required: true
        schema:
          type: string
      - name: USERID
        in: header
        required: false
        schema:
          type: string
      - name: Inc-Timezone
        in: header
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AppHomeConfigDTO_2'
    servers:
    - url: https://mobile.incentivio.com/incentivio-mobile-api
      description: Generated server url
components:
  schemas:
    HomeBackgroundDTO:
      type: object
      properties:
        defaultImageUrlAndroid:
          type: string
        defaultImageUrlIos:
          type: string
        defaultVideoUrlAndroid:
          type: string
        defaultVideoUrlIos:
          type: string
        defaultVideoImageUrl:
          type: string
        schedules:
          type: array
          items:
            $ref: '#/components/schemas/BackgroundScheduleDTO'
        stagedDefaultImageUrlAndroid:
          type: string
        stagedDefaultImageUrlIos:
          type: string
        stagedDefaultVideoUrlAndroid:
          type: string
        stagedDefaultVideoUrlIos:
          type: string
        stagedDefaultVideoImageUrl:
          type: string
        previewUsers:
          type: object
          additionalProperties:
            $ref: '#/components/schemas/BackgroundPreviewDTO'
    BackgroundScheduleDTO:
      type: object
      properties:
        id:
          type: string
        label:
          type: string
        imageUrlAndroid:
          type: string
        imageUrlIos:
          type: string
        videoUrlAndroid:
          type: string
        videoUrlIos:
          type: string
        videoImageUrl:
          type: string
        startDate:
          type: string
        endDate:
          type: string
        startTime:
          type: string
        endTime:
          type: string
        daysOfWeek:
          type: array
          items:
            type: string
        enabled:
          type: boolean
    AppHomeConfigDTO:
      type: object
      properties:
        clientId:
          type: string
        version:
          type: integer
          format: int32
        background:
          $ref: '#/components/schemas/HomeBackgroundDTO'
        blocks:
          type: array
          items: {}
        previewScheduleId:
          type: string
        previewType:
          type: string
        hasStagedDefault:
          type: boolean
    DefaultBackgroundRequestDTO:
      type: object
      properties:
        imageUrlAndroid:
          type: string
        imageUrlIos:
          type: string
        videoUrlAndroid:
          type: string
        videoUrlIos:
          type: string
        videoImageUrl:
          type: string
    PreviewRequestDTO:
      type: object
      properties:
        userId:
          type: string
        type:
          type: string
        scheduleId:
          type: string
      required:
      - type
      - userId
    AppHomeConfigAuditDTO:
      type: object
      properties:
        id:
          type: string
        adminId:
          type: string
        action:
          type: string
        detail:
          type: string
        timestamp:
          type: string
          format: date-time
    BackgroundScheduleRequestDTO:
      type: object
      properties:
        label:
          type: string
        imageUrlAndroid:
          type: string
        imageUrlIos:
          type: string
        videoUrlAndroid:
          type: string
        videoUrlIos:
          type: string
        videoImageUrl:
          type: string
        startDate:
          type: string
        endDate:
          type: string
        startTime:
          type: string
        endTime:
          type: string
        daysOfWeek:
          type: array
          items:
            type: string
        enabled:
          type: boolean
      required:
      - enabled
      - endDate
      - endTime
      - startDate
      - startTime
    BackgroundPreviewDTO:
      type: object
      properties:
        type:
          type: string
        scheduleId:
          type: string
    AppHomeConfigDTO_2:
      type: object
      properties:
        clientId:
          type: string
        version:
          type: integer
          format: int32
        background:
          $ref: '#/components/schemas/HomeBackgroundDTO'
        blocks:
          type: array
          items:
            type: object
        previewScheduleId:
          type: string
        previewType:
          type: string
        hasStagedDefault:
          type: boolean
x-refined-from:
- incentivio-admin-api-openapi.yml
- incentivio-mobile-api-openapi.yml