Retrieves the profile image for the member that was uploaded through the member profile page in WOLFconnect.
This resource supports the If-Modified-Since request header and will return a 304 Not Modified response if the image has not been modified since the time specified.
HEAD is also supported for this resource.
NOTE: The size and width parameters should not be used at the same time.
Query parameters
-
The size of the image returned. normal: 150 X 200 (Default), small: 100 X 133, tiny: 70 X 93
Values are
normal,small, ortiny. Default value isnormal. -
Specifies a custom width for the returned image. The height will be adjusted to keep the same aspect ratio. The width can only be a number less than or equal to 150 as that is the max width of any stored image.
Maximum value is
150.
curl \
--request GET 'https://api.globalwolfweb.com/wolfconnect/members/v1/{memberId}/profile-image' \
--header "Authorization: $API_KEY"
{
"Code": 42,
"Message": "string",
"Details": "string"
}