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

Path Parameters

    path stringrequired

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

  • Connection

    string

  • Date

    string

  • Expires

    string

  • Pragma

    string

  • Referrer-Policy

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • Transfer-Encoding

    string

  • X-Content-Type-Options

    string

  • X-Frame-Options

    string

  • X-XSS-Protection

    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...