Responses
Content-Type Header
All responses are returned in JSON format. We specify this by sending the Content-Type header.
GET https://<tenant>.bubbleppm.com/api/v3/resources/ HTTP/1.1
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 |