Get A Family Image
Family images are used when creating a group for your card library.
Returns a 302 redirect to the requested family image.
- The following images sizes are supported, specified via the querystring
?width=x&height=y:
{ width: 640, height: 480 }
{ width: 320, height: 320 }
-
A
400 Bad Requestwill be returned for unsupportedwidthorheightvalues in the querystring -
If the requested image does not exist for the family a
404 Not Foundis returned -
For successful requests a
302 Foundresponse is returned, with the image location in theresponse.headers['Location']. TheLocationurl is a signed url and will expire after 7 days.
Required Scope
family:library:view
Responses
No schema available for this response.