Skip to main content
Skip table of contents

Errors

Sometimes your API call will generate an error. Here you will find additional information about what to expect if you don’t format your request properly, or we fail to properly process your request.

Response Codes

Status Code

Description

400

Bad request

401

Requires authentication

404

Not found, for example typo in url, or no object exists with the id / external ref specified.

406

Missing Accept header. For example: Accept: application/json

429

Too many requests/Rate limit exceeded

500

Internal server error

Failed Requests

The general format guidelines are displayed when the accompanying status code is returned.

CODE
GET https://<tenant>.bubbleppm.com/api/v3/resource/ HTTP/1.1
CODE
HTTP/1.1 400 BAD REQUEST
Content-Type: application/json

{
    "errors": [
      {"field": "identifier1", "message": "error message explained"},
      {"field": "identifier2", "message": "error message explained"},
      {"field": "identifier3", "message": "error message explained"},
    ]
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.