Gifli API Docs
Api

List reports

List content reports filed against GIFs uploaded by this app's service account users. Returns up to 100 reports, newest first. Owner only.

GET
/apps/{id}/reports

Authorization

BearerAuth
AuthorizationBearer <token>

Pass a user session token (from /auth/login) or an app API key (gk_…).

In: header

Path Parameters

id*string

Query Parameters

status?string

Filter by status. Omit to return all.

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/apps/string/reports"
{  "items": [    {      "id": "string",      "gifId": "string",      "reporterId": "string",      "reason": "csam",      "details": "string",      "status": "open",      "resolution": "string",      "resolvedAt": "2019-08-24T14:15:22Z",      "resolvedBy": "string",      "createdAt": "2019-08-24T14:15:22Z",      "gif": {        "id": "string",        "name": "string",        "userId": "string"      }    }  ]}
{  "error": "string"}
{  "error": "string"}
{  "error": "string"}