List organizations

This endpoint lets you retrieve all organizations according to their name or website url or cms site reference (one and only one of these parameters is required). It requires a dedicated partnership.
This endpoint requires su_organizations_r scope. Availability of offices requires su_offices_r or su_offices_rw scope and setting the query parameter offices to true. Availability of images requires su_images_r scope and setting the query parameter images to true. Availability of videos requires su_videos_r scope and setting the query parameter videos to true.
get
https://www.welcomekit.co/api/v1/external/
organizations
List all organizations
curl -X GET -G "https://www.welcomekit.co/api/v1/external/organizations" \
-H "Authorization: Bearer WK_API_KEY" \
-d "name=welcome"
-d "created_after=2015-10-30"