GetItDoneGetItDone Docs
API ReferenceOrganizations

Get an organization

Fetches a single organization by id. The id MUST equal this credential's own organization — any other id (including one that genuinely exists for a different tenant) answers 404 `resource_not_found`; there is no cross-org existence oracle.

GET
/v1/organizations/{organization_id}

Fetches a single organization by id. The id MUST equal this credential's own organization — any other id (including one that genuinely exists for a different tenant) answers 404 resource_not_found; there is no cross-org existence oracle.

Authorization

bearerAuth
AuthorizationBearer <token>

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

In: header

Path Parameters

organization_id*string

Must equal the credential's own organization id.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

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