videos

This endpoint lets you retrieve the list of videos for a particular company.
Videos are hosted on Youtube or Dailymotion. (see source and url in the returned body).
The dimensions of each image type are as follows:
  • “standard” image dimensions fit within 2000x3000 px
  • “large” image dimensions fit within 1200x2000 px
  • “medium” image dimensions fit within 850x850 px
  • “small” image dimensions fit within 650x650 px
  • “thumb” image dimensions fit within 200x200 px
This endpoint requires videos_r or su_videos_r scope.
get
https://www.welcomekit.co/api/v1/external/
videos
videos
Request example
curl -X GET -G "https://www.welcomekit.co/api/v1/external/videos" \
-d "organization_reference=Pg4eV6k" \
-d "details=true" \
-H "Authorization: Bearer WK_API_KEY"