An organization object represents either a Department (for Corporate accounts) or a Client (for Agency account).
{
"id": Integer,
"name": String,
"description": String,
"logo": String, // URL to the ressource
"creator": Integer,
"owner": Integer,
"address": String,
"website": String,
"is_public": Boolean,
"is_visible": Boolean,
"custom_fields": JSON,
"created_at": DateTime
}
Please refer to the API References for more details regarding the Organizations API.