Skip to content

get a family image

GET
/media/family/images/1afea16db1aeb62f8ba84cdb191eee7c1dd734d23098b4756717c3e2bded8c6a

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 Request will be returned for unsupported width or height values in the querystring

  • If the requested image does not exist for the family a 404 Not Found is returned

  • For successful requests a 302 Found response is returned, with the image location in the response.headers['Location']. The Location url is a signed url and will expire after 7 days.

Authorizations

bearerAuth
TypeHTTP (bearer)

Parameters

Query Parameters

height

Required height of the family image

Typestring
Example320
width

Required width of the family image

Typestring
Example320

Responses

302 Found
text/plain

Playground

Authorization
Variables
Key
Value

Samples