Skip to main content

Certify Entitlement Owner for Campaign

POST 

/certifyEntOwnerforCampaign

This API will do entitlement verification for a particular campaign. The Authorization must have Bearer followed by Token. Mandatory params: verifications camapignId entitlement 1. entitlement 2. endpoint 3. action verifier certkey action(if action param is not passed then entitlement lavel action param will be considered) Optional params: comments

Request

Body

    verifications

    object[]

  • Array [

  • action string
    campaignId string
    certkey string

    entitlement

    object[]

  • Array [

  • action string
    endpoint string
    entitlement string
  • ]

  • verifier string
  • ]

Responses

Certify Entitlement Owner for Campaign - SUCCESS

Response Headers

  • Access-Control-Allow-Credentials

    string

  • Access-Control-Allow-Origin

    string

  • Cache-Control

    string

  • Date

    string

  • Expires

    string

  • Referrer-Policy

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • X-Content-Type-Options

    string

  • X-Frame-Options

    string

Schema

    count number
    errorCode string
    msg string

    verifications

    object[]

  • Array [

  • action string
    campaignId string
    certkey number

    entitlement

    object[]

  • Array [

  • action string
    endpoint string
    entitlement string
    msg string
  • ]

  • verifier string
  • ]

Loading...