Dashform

Get an Organization

Reads one Organization the caller is a member of.

GET
/organizations/{organizationRef}
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

Path Parameters

organizationRef*||

The Organization, addressed by its canonical id or by its slug, as returned by the Organizations collection. Responses always carry the canonical id.

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/string"
{  "createdAt": "string",  "logo": "string",  "name": "string",  "path": "string",  "slug": "string"}