Skip to main content
GET
/
organizations
/
{organization_id}
Get Organization
curl --request GET \
  --url https://api.example.com/organizations/{organization_id}

GET /organizations/

Retrieve the full details of an organization by its ID. Use this to display organization profile information or verify membership context.

Notes

  • Requires a valid JWT from a workspace that belongs to the target organization.
  • Returns 403 if the authenticated workspace does not belong to the requested organization.
  • Returns 404 if no organization exists with the given ID.
  • Any authenticated member of the organization can call this endpoint (no minimum role required).
  • See Update Organization to modify organization fields.