Skip to main content
Skip table of contents

Responses

Content-Type Header

All responses are returned in JSON format. We specify this by sending the Content-Type header.

CODE
GET https://<tenant>.bubbleppm.com/api/v3/resources/ HTTP/1.1
CODE
HTTP/1.1 200 OK
Content-Type: application/json

{
  "foo": "bar"
}

Status Codes

Below is a table containing descriptions of the various status codes we currently support against various resources.

Status Code

Description

200

No error

201

Successfully created

204

Successfully deleted

400

Bad request

401

Requires authentication

403

API key is invalid for requested operation

429

Too many requests/Rate limit exceeded

500

Internal server error

JavaScript errors detected

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

If this problem persists, please contact our support.