Gifli API Docs
Api

List collections

List collections owned by the caller. With a bare app token it returns collections across all of the app's service accounts.

GET
/collections/

Authorization

AuthorizationBearer <token>

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

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/collections/"
{  "items": [    {      "id": "string",      "userId": "string",      "name": "string",      "description": "string",      "createdAt": "2019-08-24T14:15:22Z",      "updatedAt": "2019-08-24T14:15:22Z"    }  ]}
{  "error": "string"}