Get details of a organization

GET {{baseUrl}}/organizations/:id?include_fields=<string>&custom_fields=<string>

Returns the details of a specific organization.

Request Params

KeyDatatypeRequiredDescription
include_fieldsstringOptional comma separated string array of additional fields to include
custom_fieldsstringOptional comma separated string array of custom fields keys to include. If you are only interested in a particular set of custom fields, please use this parameter for faster results and smaller response.<br/>A maximum of 15 keys is allowed.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:{&quot;id&quot;:1,&quot;name&quot;:&quot;Organization Name&quot;,&quot;owner_id&quot;:1,&quot;org_id&quot;:1,&quot;add_time&quot;:&quot;2021-01-01T00:00:00Z&quot;,&quot;update_time&quot;:&quot;2021-01-01T00:00:00Z&quot;,&quot;address&quot;:{&quot;value&quot;:&quot;123 Main St&quot;,&quot;country&quot;:&quot;USA&quot;,&quot;admin_area_level_1&quot;:&quot;CA&quot;,&quot;admin_area_level_2&quot;:&quot;Santa Clara&quot;,&quot;locality&quot;:&quot;Sunnyvale&quot;,&quot;sublocality&quot;:&quot;Downtown&quot;,&quot;route&quot;:&quot;Main St&quot;,&quot;street_number&quot;:&quot;123&quot;,&quot;postal_code&quot;:&quot;94085&quot;},&quot;is_deleted&quot;:false,&quot;visible_to&quot;:7,&quot;label_ids&quot;:[1,2,3],&quot;custom_fields&quot;:{}}}