Get an Organization
Reads one Organization the caller is a member of.
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
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"}Read every Organization the caller belongs to GET
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.
Integración con Zapier (API v1)
La API v1 que hay detrás de la integración de Dashform con Zapier — autenticación, endpoints y cargas útiles de webhooks.