Retrieve Organization's info

This endpoint allows you to get information about an organization.
This endpoint requiresorganizations_r scope. Availability of offices requires offices_r or offices_rw scope and setting the query parameter offices to true. Availability of images requires images_r scope and setting the query parameter images to true. Availability of videos requires videos_r scope and setting the query parameter videos to true.
get
https://www.welcomekit.co/api/v1/external
organizations/:reference
curl -X GET -G "https://www.welcomekit.co/api/v1/external/organizations/aEioU123" \
-H "Authorization: Bearer WK_API_KEY" \
-d "offices=true"