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
- application/json
Body
Array [
Array [
]
]
verifications
object[]
entitlement
object[]
Responses
- 200
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
- application/json
- Schema
- Example (from schema)
- Certify Entitlement Owner for Campaign - SUCCESS
Schema
Array [
Array [
]
]
verifications
object[]
entitlement
object[]
{
"count": 2,
"errorCode": "0",
"msg": "success",
"verifications": [
{
"action": "DECOMMISSIONED",
"campaignId": "313",
"certkey": 12892,
"entitlement": [
{
"action": "approved",
"endpoint": "Oracle DRM",
"entitlement": "Analytics User",
"msg": "Success"
}
],
"verifier": "admin"
},
{
"campaignId": "314",
"certkey": 12894,
"entitlement": [
{
"action": "approved",
"endpoint": "Oracle DRM",
"entitlement": "Analytics User",
"msg": "Success"
}
],
"verifier": "admin"
}
]
}
{
"count": 2,
"errorCode": "0",
"msg": "success",
"verifications": [
{
"action": "DECOMMISSIONED",
"campaignId": "313",
"certkey": 12892,
"entitlement": [
{
"action": "approved",
"endpoint": "Oracle DRM",
"entitlement": "Analytics User",
"msg": "Success"
}
],
"verifier": "admin"
},
{
"campaignId": "314",
"certkey": 12894,
"entitlement": [
{
"action": "approved",
"endpoint": "Oracle DRM",
"entitlement": "Analytics User",
"msg": "Success"
}
],
"verifier": "admin"
}
]
}