### Ejemplo cURL

curl -X GET -H "Content-Type: application/json" -H "Cache-Control: no-cache" -H "Postman-Token: 88aa64d3-d7e1-bf83-73a9-af205685cb35" "http://localhost:3000/api/productos/get_date.json"

### Ejemplo Retorno

{
  "slash_format": "09/01/2017",
  "dash_format": "2017-01-09"
}

Supported Formats

json

Errors

401 Unauthorized - Returned when authentication can't be achieved via login or missing/expired api token