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.

You can find more information regarding the errors in the error response payload.

HTTP statuses
201 Success Successful response
401 Unauthorized Unauthorized request
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"
                }
            }