Skip to content
The Yoto Developer Challenge is on, with $10,000 to win!

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 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.

Responses

302 Found text/plain

No schema available for this response.

Query Parameters

height string

Required height of the family image

Example 320
width string

Required width of the family image

Example 320
GET
/media/family/images/1afea16db1aeb62f8ba84cdb191eee7c1dd734d23098b4756717c3e2bded8c6a
Server URL: https://api.yotoplay.com
Authorization (bearerAuth)
Query Parameters
KEYVALUE
Terminal window
curl "https://api.yotoplay.com/media/family/images/1afea16db1aeb62f8ba84cdb191eee7c1dd734d23098b4756717c3e2bded8c6a"
--header "Authorization: Bearer [YOUR_TOKEN]"