400 Bad Request

Bad Requests can be caused by all types of errors. The Ubidots API provides you with details about where the error most likely is located.

STATUS:
  400 Bad Request
BODY:
{
  "code": 400001,
  "message": "Validation Error",
  "detail": {
    "name": ["This field is required."],
    "label": ["'↓j♪jj' is not a valid label, please use only ascii characters, numbers, '-' and '_' ."]
  }  
}