GetItDoneGetItDone Docs
API ReferenceOrganizations

List organizations

Lists the organizations this credential can access. A credential is bound to exactly one organization today, so the list always fits one page.

GET
/v1/organizations

Lists the organizations this credential can access. A credential is bound to exactly one organization today, so the list always fits one page.

Authorization

bearerAuth
AuthorizationBearer <token>

A gid_ API key (Settings → API keys) or an OAuth 2.1 access token.

In: header

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/organizations"
{  "data": [    {      "id": "string",      "name": "string",      "slug": "string",      "image_url": "string",      "created_at": "2019-08-24T14:15:22Z"    }  ],  "has_more": true,  "next_cursor": "string"}