Gifli API Docs
Api

List service accounts

List all service accounts for an app. Owner only.

GET
/apps/{id}/serviceAccounts/

Authorization

BearerAuth
AuthorizationBearer <token>

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

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/apps/string/serviceAccounts/"
{  "items": [    {      "id": "string",      "appId": "string",      "displayName": "string",      "createdAt": "2019-08-24T14:15:22Z",      "user": {        "id": "string",        "email": "string",        "createdAt": "2019-08-24T14:15:22Z"      }    }  ]}
{  "error": "string"}
{  "error": "string"}
{  "error": "string"}