Akkio Distribution API

The distribution API from Akkio — 3 operation(s) for distribution.

Operations 3

POST /audience/distribution/platform-one/target/create Create Target #
POST /audience/distribution/platform-one/target/delete/{target_id} Delete Target #
POST /audience/distribution/distribute Distribute #

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/akkio-distribution-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 email required.

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

OpenAPI Specification

akkio-distribution-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Fast Distribution API
  version: 0.1.0
tags:
- name: distribution
paths:
  /audience/distribution/platform-one/target/create:
    post:
      tags:
      - distribution
      summary: ' Create Target'
      description: Create a new PlatformOne Target/Syndication Group
      operationId: _create_target_audience_distribution_platform_one_target_create_post
      requestBody:
        content:
          application/json:
            schema:
              anyOf:
              - $ref: '#/components/schemas/MetaPlatformOneTargetPayload'
              - $ref: '#/components/schemas/DV360PlatformOneTargetPayload'
              - $ref: '#/components/schemas/TradeDeskPlatformOneTargetPayload'
              - $ref: '#/components/schemas/TikTokPlatformOneTargetPayload'
              - $ref: '#/components/schemas/AmazonPlatformOneTargetPayload'
              - $ref: '#/components/schemas/SnapchatPlatformOneTargetPayload'
              - $ref: '#/components/schemas/TeadsPlatformOneTargetPayload'
              - $ref: '#/components/schemas/PinterestPlatformOneTargetPayload'
              - $ref: '#/components/schemas/PandoraPlatformOneTargetPayload'
              - $ref: '#/components/schemas/DisneyPlusPlatformOneTargetPayload'
              - $ref: '#/components/schemas/RokuPlatformOneTargetPayload'
              - $ref: '#/components/schemas/ComcastPlatformOneTargetPayload'
              - $ref: '#/components/schemas/SpectrumTotalPlatformOneTargetPayload'
              - $ref: '#/components/schemas/PubmaticPlatformOneTargetPayload'
              - $ref: '#/components/schemas/LGAdsPlatformOneTargetPayload'
              - $ref: '#/components/schemas/AppNexusXandrInvestPlatformOneTargetPayload'
              - $ref: '#/components/schemas/SlingTvPlatformOneTargetPayload'
              - $ref: '#/components/schemas/SamsungAdsPlatformOneTargetPayload'
              - $ref: '#/components/schemas/LinkedInPlatformOneTargetPayload'
              - $ref: '#/components/schemas/MagnitePlatformOneTargetPayload'
              - $ref: '#/components/schemas/BeeswaxPlatformOneTargetPayload'
              - $ref: '#/components/schemas/DishPlatformOneTargetPayload'
              - $ref: '#/components/schemas/FourInfoPlatformOneTargetPayload'
              - $ref: '#/components/schemas/UndertonePlatformOneTargetPayload'
              - $ref: '#/components/schemas/IndexExchangePlatformOneTargetPayload'
              - $ref: '#/components/schemas/YahooVerizonDSPPlatformOneTargetPayload'
              - $ref: '#/components/schemas/OpenXPlatformOneTargetPayload'
              - $ref: '#/components/schemas/UnivisionPlatformOneTargetPayload'
              - $ref: '#/components/schemas/DirectTVSafeHavenPlatformOneTargetPayload'
              - $ref: '#/components/schemas/CriteoPlatformOneTargetPayload'
              - $ref: '#/components/schemas/SabioPlatformOneTargetPayload'
              - $ref: '#/components/schemas/GroundTruthPlatformOneTargetPayload'
              - $ref: '#/components/schemas/TaboolaPlatformOneTargetPayload'
              - $ref: '#/components/schemas/KargoPlatformOneTargetPayload'
              - $ref: '#/components/schemas/InMobiPlatformOneTargetPayload'
              - $ref: '#/components/schemas/LoopMePlatformOneTargetPayload'
              - $ref: '#/components/schemas/NativoPlatformOneTargetPayload'
              - $ref: '#/components/schemas/UnityPlatformOneTargetPayload'
              - $ref: '#/components/schemas/AdTheorentPlatformOneTargetPayload'
              - $ref: '#/components/schemas/LotamePlatformOneTargetPayload'
              - $ref: '#/components/schemas/CentroPlatformOneTargetPayload'
              - $ref: '#/components/schemas/TritonDigitalPlatformOneTargetPayload'
              title: Payload
        required: true
      responses:
        '201':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PlatformOneAudienceDistributionTarget'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /audience/distribution/platform-one/target/delete/{target_id}:
    post:
      tags:
      - distribution
      summary: ' Delete Target'
      description: Delete a new PlatformOne Target/Syndication Group
      operationId: _delete_target_audience_distribution_platform_one_target_delete__target_id__post
      parameters:
      - name: target_id
        in: path
        required: true
        schema:
          type: string
          title: Target Id
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /audience/distribution/distribute:
    post:
      tags:
      - distribution
      summary: ' Distribute'
      description: Initiate Audience Distribution to Targets
      operationId: _distribute_audience_distribution_distribute_post
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AudienceDistributionPayload'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    AudienceDistributionTargetType:
      type: string
      enum:
      - dv360-p1
      - trade-desk-p1
      - meta-p1
      - tiktok-p1
      - amazon-p1
      - snapchat-p1
      - teads-p1
      - pinterest-p1
      - pandora-p1
      - disney-plus-p1
      - roku-p1
      - comcast-p1
      - spectrum-total-p1
      - pubmatic-p1
      - lg-ads-p1
      - appnexus-xandr-invest-p1
      - sling-tv-p1
      - samsung-ads-p1
      - linkedin-p1
      - magnite-p1
      - beeswax-p1
      - dish-p1
      - 4info-p1
      - undertone-p1
      - index-exchange-p1
      - yahoo-verizon-media-dsp-p1
      - openx-p1
      - univision-p1
      - directv-safehaven-p1
      - criteo-p1
      - sabio-p1
      - groundtruth-p1
      - taboola-p1
      - kargo-p1
      - inmobi-p1
      - loopme-p1
      - nativo-p1
      - unity-p1
      - adtheorent-p1
      - lotame-usa-p1
      - centro-p1
      - triton-digital-p1
      - dmp-p1
      - dv360-direct
      - trade-desk-direct
      - meta-direct
      title: AudienceDistributionTargetType
    UndertonePlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        undertoneAdvertiserName:
          type: string
          title: Undertoneadvertisername
          description: Undertone Advertiser Name.
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - undertoneAdvertiserName
      title: UndertonePlatformOneTargetPayload
    LoopMePlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        loopMeAdvertiserName:
          type: string
          title: Loopmeadvertisername
          description: Advertiser Name used in filenames for delivery of data to LoopMe. Consists of alpha-numeric characters and dash.
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - loopMeAdvertiserName
      title: LoopMePlatformOneTargetPayload
    IndexExchangePlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        distributionName:
          type: string
          title: Distributionname
          description: Identifier for the account configuration.
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - distributionName
      title: IndexExchangePlatformOneTargetPayload
    AudienceDistributionPayload:
      properties:
        audience_distribution_group_id:
          type: string
          title: Audience Distribution Group Id
          description: ID of the Audience Distribution Group
      additionalProperties: true
      type: object
      required:
      - audience_distribution_group_id
      title: AudienceDistributionPayload
    SamsungAdsPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        clientKey:
          type: string
          title: Clientkey
          description: Consists of alpha-numeric and underscore characters.
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - clientKey
      title: SamsungAdsPlatformOneTargetPayload
    PlatformOneAudienceDistributionTargetConfig:
      properties:
        platform_one_config_id:
          type: string
          title: Platform One Config Id
          description: FK to PlatformOneAudienceDistributionTargetConfig record.
        syndication_group_id:
          type: integer
          title: Syndication Group Id
          description: Syndication Group ID, selects Destination for deploying audience
      additionalProperties: true
      type: object
      required:
      - platform_one_config_id
      - syndication_group_id
      title: PlatformOneAudienceDistributionTargetConfig
      description: Useful base model for any distribution target that goes through Platform One.
    RokuPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        advertiserName:
          type: string
          title: Advertisername
          description: Advertiser Name
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - advertiserName
      title: RokuPlatformOneTargetPayload
    AdTheorentPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        clientID:
          type: string
          title: Clientid
          description: Client ID
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - clientID
      title: AdTheorentPlatformOneTargetPayload
    SabioPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        distributionName:
          type: string
          title: Distributionname
          description: Identifier for the account configuration.
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - distributionName
      title: SabioPlatformOneTargetPayload
    PinterestPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        advertiserId:
          type: string
          title: Advertiserid
          description: Pinterest Account ID which is 10 to 18 digits
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - advertiserId
      title: PinterestPlatformOneTargetPayload
    BeeswaxPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        accountID:
          type: string
          title: Accountid
          description: Enter your Beeswax Account ID. If you do not know your Account ID, reach out to your Beeswax Account Representative.
        buzzkey:
          type: string
          title: Buzzkey
          description: Enter your Beeswax Buzz Key. If you do not know your Buzz Key, reach out to your Beeswax Account Representative.
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - accountID
      - buzzkey
      title: BeeswaxPlatformOneTargetPayload
    SpectrumTotalPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        customerName:
          type: string
          title: Customername
          description: Customer Name
        segmentPrioritization:
          type: boolean
          title: Segmentprioritization
          description: Segment Prioritization
        subscriberSegmentId:
          $ref: '#/components/schemas/SpectrumTotalSubscriberSegment'
          description: Subscriber Segment ID
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - customerName
      - segmentPrioritization
      - subscriberSegmentId
      title: SpectrumTotalPlatformOneTargetPayload
    TaboolaPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        distributionName:
          type: string
          title: Distributionname
          description: Identifier for the account configuration.
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - distributionName
      title: TaboolaPlatformOneTargetPayload
    GroundTruthPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        distributionName:
          type: string
          title: Distributionname
          description: Identifier for the account configuration.
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - distributionName
      title: GroundTruthPlatformOneTargetPayload
    TradeDeskPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        firstPartyDataProviderId:
          type: string
          title: Firstpartydataproviderid
          description: First Party Data Provider TradeDesk API.
        secretKey:
          type: string
          title: Secretkey
          description: Secret Key for TradeDesk API.
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - firstPartyDataProviderId
      - secretKey
      title: TradeDeskPlatformOneTargetPayload
    PlatformOneAudienceDistributionTarget:
      properties:
        id:
          type: string
          title: Id
          description: ID of this object.
        _markedForDeletion:
          type: boolean
          title: ' Markedfordeletion'
          description: marked if record has been soft-deleted.
          default: false
        created_at:
          anyOf:
          - type: string
            format: date-time
          - additionalProperties:
              type: integer
            type: object
          - type: 'null'
          title: Created At
          description: datetime object representing when this object was created.
        updated_at:
          anyOf:
          - type: string
            format: date-time
          - additionalProperties:
              type: integer
            type: object
          - type: 'null'
          title: Updated At
          description: datetime object representing when this object was updated.
        teamId:
          type: string
          title: Teamid
          description: The team ID associated with the target.
        name:
          type: string
          title: Name
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        config:
          $ref: '#/components/schemas/PlatformOneAudienceDistributionTargetConfig'
      additionalProperties: true
      type: object
      required:
      - teamId
      - name
      - type
      - config
      title: PlatformOneAudienceDistributionTarget
    MagnitePlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        magniteSeatId:
          type: string
          title: Magniteseatid
          description: Magnite Seat Id, Not the MetaData Seat Id. Consists of digits.
        magnitePartnerId:
          type: string
          title: Magnitepartnerid
          description: Magnite provided DMP Partner ID representing the owner of the segment. Consists of digits.
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - magniteSeatId
      - magnitePartnerId
      title: MagnitePlatformOneTargetPayload
    InMobiPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        distributionName:
          type: string
          title: Distributionname
          description: Identifier for the account configuration.
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - distributionName
      title: InMobiPlatformOneTargetPayload
    SlingTvPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        slingTVAdvertiserName:
          type: string
          title: Slingtvadvertisername
          description: slingTVAdvertiserName.This will be stored in seat.Input should consists of alphanumeric characters,underscores and hyphens.
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - slingTVAdvertiserName
      title: SlingTvPlatformOneTargetPayload
    PandoraPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        dmpTaxonomyId:
          type: integer
          title: Dmptaxonomyid
          description: DMP Taxonomy Id
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - dmpTaxonomyId
      title: PandoraPlatformOneTargetPayload
    KargoPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        kargoAdvertiserName:
          type: string
          title: Kargoadvertisername
          description: Advertiser Name specific to Kargo, not related to the chosen advertiser above. Consists of alpha-numeric and underscore characters.
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - kargoAdvertiserName
      title: KargoPlatformOneTargetPayload
    TikTokPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        businessAccount:
          type: string
          title: Businessaccount
          description: Business Account for TikTok API. Business Account is used to select Access Token used with Advertiser ID.  If a new Business Account is needed, an engineer MUST get a new accessToken.
        advertiserId:
          type: string
          title: Advertiserid
          description: Advertiser ID for TikTok API.
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - businessAccount
      - advertiserId
      title: TikTokPlatformOneTargetPayload
    PubmaticPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        pubmaticDataProviderId:
          type: integer
          title: Pubmaticdataproviderid
          description: Pubmatic Data Provider ID, contains numeric characters only.
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - pubmaticDataProviderId
      title: PubmaticPlatformOneTargetPayload
    YahooVerizonDSPPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        distributionName:
          type: string
          title: Distributionname
          description: Identifier for the account configuration.
        dataType:
          type: string
          enum:
          - 3rd Party Data
          - AdAdvisor Data
          - Custom Data
          - Private Data
          - AdAdvisor by TransUnion Custom Data
          title: Datatype
          description: For 1st Party Data, Select "Private Data". For 3rd Party Data to a specific seat, Select "Custom Data". For 3rd Party Data to Yahoo’s MarketPlace, Select "3rd Party Data".
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - distributionName
      - dataType
      title: YahooVerizonDSPPlatformOneTargetPayload
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
          title: Detail
      type: object
      title: HTTPValidationError
    DishPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        dishAdvertiserName:
          type: string
          title: Dishadvertisername
          description: Dish Network Advertiser Name.
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - dishAdvertiserName
      title: DishPlatformOneTargetPayload
    ValidationError:
      properties:
        loc:
          items:
            anyOf:
            - type: string
            - type: integer
          type: array
          title: Location
        msg:
          type: string
          title: Message
        type:
          type: string
          title: Error Type
      type: object
      required:
      - loc
      - msg
      - type
      title: ValidationError
    UnityPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        distributionName:
          type: string
          title: Distributionname
          description: Identifier for the account configuration.
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - distributionName
      title: UnityPlatformOneTargetPayload
    AmazonPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        cfid:
          type: string
          title: Cfid
          description: CFID for Amazon API. Amazon Advertiser ID.
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - cfid
      title: AmazonPlatformOneTargetPayload
    FourInfoPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        fourInfoAdvertiserName:
          type: string
          title: Fourinfoadvertisername
          description: FourInfo Advertiser Name.
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - fourInfoAdvertiserName
      title: FourInfoPlatformOneTargetPayload
    DirectTVSafeHavenPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        distributionName:
          type: string
          title: Distributionname
          description: Identifier for the account configuration.
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - distributionName
      title: DirectTVSafeHavenPlatformOneTargetPayload
    CriteoPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        advertiserId:
          type: string
          title: Advertiserid
          description: Criteo Advertiser Id
        clientId:
          type: string
          title: Clientid
          description: Listed as client id in the document created when making a new key on criteos website
        clientSecret:
          type: string
          title: Clientsecret
          description: Listed as client secret in the document created when making a new key on criteos website
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - advertiserId
      - clientId
      - clientSecret
      title: CriteoPlatformOneTargetPayload
    TeadsPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/AudienceDistributionTargetType'
        platformOneConfigId:
          type: string
          title: Platformoneconfigid
          description: ID of PlatformOne Config
        teamId:
          type: string
          title: Teamid
          description: ID of Team
        teadsDpId:
          type: string
          title: Teadsdpid
          description: Teads DPID is a value that must be provided by Teads or the Advertiser. Consists of 5 or 6 alpha-numeric characters.
      additionalProperties: true
      type: object
      required:
      - type
      - platformOneConfigId
      - teamId
      - teadsDpId
      title: TeadsPlatformOneTargetPayload
    MetaPlatformOneDataSourceEnum:
      type: string
      enum:
      - BOTH_USER_AND_PARTNER_PROVIDED
      - USER_PROVIDED_ONLY
      - PARTNER_PROVIDED_ONLY
      title: MetaPlatformOneDataSourceEnum
    NativoPlatformOneTargetPayload:
      properties:
        type:
          $ref: '#/components/schemas/Audien

# --- truncated at 32 KB (43 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/akkio/refs/heads/main/openapi/akkio-distribution-api-openapi.yml