Images
This endpoint lets you access to the list of your images (scope images_r) or to all images (scope su_images_r).
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 the
images_r
or su_images_r
scope.get
https://www.welcomekit.co/api/v1/external/
images
images
Request example
curl -X GET -G "https://www.welcomekit.co/api/v1/external/images" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer WK_API_KEY" \
-d "organization_reference=Pg4eV6k" \
Last modified 2yr ago