api/v1/customer/avatars

GET

/api/v1/customer/avatars

This API method will grab a list of avatars available.

Sample Request body

Nothing required

Sample Response

{
  "status": true,
  "items": [
    {
      "id": "LZWBJx0PmYkEwjGdr2vO",
      "name": "Female 01",
      "created_at": "2018-02-11 16:12:10",
      "updated_at": "2018-02-11 16:12:10",
      "image_url": "http://controlcenter.ftx/customer/images/default-avatars/LZWBJx0PmYkEwjGdr2vO"
    }
  ]
}