The Boomset Public API allows you to integrate the Boomset solution to organize and customize your events. It's designed around Rest with resource-oriented URLs, and uses HTTP response codes to indicate API errors.

HTTP Status Code Summary

Boomset Public API uses conventional HTTP response codes to indicate the success or failure of an API request.

Status CodeDescription
200 - OKRequest is valid and processed successfully.
201 - OKObject created successfully.
400 - Bad RequestThe request was unacceptable, often due to a missing required parameter.
401 - UnauthorizedNo valid API Auth Token given.
404 - Not FoundThe requested resource was not found.
500, 502, 503, 504 - Server ErrorsSomething went wrong on Boomset's end.