v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Credit

Create Credit

Create an Credit

post/v3/credits

Request body

labelstring
descriptionstring
unitstring
quantitynumber
auto_assignstring

Example request

{
  "label": "Test credit",
  "description": "This is an credit",
  "delivers": [
    "ENTITLEMENT_ID"
  ],
  "unit": "views",
  "quantity": 5,
  "auto_assign": "none"
}

Response

Created