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 [

  • actionstring
    Example: decommissioned
    campaignIdstring
    Example: 313
    certkeystring
    Example: 12892

    entitlement

    object[]

  • Array [

  • actionstring
    Example: approved
    endpointstring
    Example: Oracle DRM
    entitlementstring
    Example: Analytics User
  • ]

  • verifierstring
    Example: admin
  • ]

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

    countnumber
    Example: 2
    errorCodestring
    Example: 0
    msgstring
    Example: success

    verifications

    object[]

  • Array [

  • actionstring
    Example: DECOMMISSIONED
    campaignIdstring
    Example: 313
    certkeynumber
    Example: 12892

    entitlement

    object[]

  • Array [

  • actionstring
    Example: approved
    endpointstring
    Example: Oracle DRM
    entitlementstring
    Example: Analytics User
    msgstring
    Example: Success
  • ]

  • verifierstring
    Example: admin
  • ]