Errors

HTTP responses with status code in the range of 4xx and 5xx range are error responses. There are many reasons why you receive an error response from TagBee's API. Some of them could be invalid request payload, authentication issue, an error on our API, etc.

HTTP statuses
200 OK Successful request
202 Accepted Accepted request
401 Unauthorized Unauthorized request
402 Not Allowed Method not allowed
404 Not Found Resource not found
429 Rate Limit Rate limit exceeded
500 Error Internal server error
Error response example
        
            {
                "error": {
                "code": 500,
                "message": "Internal Server Error"
                }
            }