ConsistlyAPI
Checks

List recent brand checks

GET
/brand_checks
AuthorizationBearer <token>

Bearer API key. Brand Governance endpoints require brand:read or brand:write (plus narrower writes for specific resources).

In: header

Response Body

application/json

curl -X GET "https://example.com/brand_checks"
{  "object": "list",  "data": [    {      "id": "string",      "object": "brand_check",      "status": "pending",      "content_type": "pptx",      "filename": "string",      "size_bytes": 0,      "findings": [        {          "id": "string",          "type": "string",          "severity": "low",          "title": "string",          "detail": "string",          "auto_fixable": true,          "slide_index": 0,          "shape_index": 0,          "paragraph_index": 0,          "page_number": 0,          "page_numbers": [            0          ],          "paragraph_indexes": [            0          ],          "source": "string",          "actual_color": "string",          "color_surface": "string",          "locations": [            "string"          ]        }      ],      "error_message": "string",      "livemode": true,      "metadata": {        "property1": "string",        "property2": "string"      },      "organization": "string",      "created_by": "string",      "created": "2019-08-24T14:15:22Z",      "completed": "2019-08-24T14:15:22Z"    }  ],  "has_more": true,  "url": "string"}