v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Credit

Retrieve a credit

Retrieves a single credit.

get/v3/credits/{id}

Path parameters

idstring required

Unique Credit identifier

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"
}