v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Credit

List credits

Retrieves a list of credits wrapped in the element "results".

get/v3/credits

Response

OK

labelstring
descriptionstring
unitstring
quantitynumber
auto_assignstring

Example response

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