Dashform

Read every Organization the caller belongs to

Returns every Organization the credential's user is a member of. This is the AIP All method: the collection is bounded by the caller's Memberships, so the response carries the Organizations alone, with no next page token and no total size.

GET
/organizations
x-api-key<token>

A Dashform API key, sent in the x-api-key header. Keys are created in the dashboard and act as the user who owns them.

In: header

Query Parameters

filter?string

Accepted for envelope symmetry and ignored. This collection is bounded by the caller's Memberships and declares no filterable fields, so an expression here narrows nothing.

Default""
orderBy?string

Accepted for envelope symmetry and ignored. This collection declares no orderable fields.

Default""

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/organizations"
{  "organizations": [    {      "createdAt": "string",      "logo": "string",      "name": "string",      "path": "string",      "slug": "string"    }  ]}