api/v1/stores/show

GET /api/v1/stores/0

Status: 404

Body

// No request body necessary.

Headers:

'Access-Control-Allow-Origin': '"*"'
'Access-Control-Allow-Credentials': '"true"'
'Access-Control-Allow-Methods': '"GET, POST, PUT, DELETE, OPTIONS"'
'Access-Control-Allow-Headers': '"x-requested-with, x-requested-by, Authorization"'
'Content-Type': '"application/json; charset=utf-8"'

Body

{
  "message": "Couldn't find Store with id=0"
}