Response Format
The MeetBit Public API wraps resource objects returned in responses in a base response format.string
required
A short response message
any
required
The resource object/s returned
Response Codes
We follow RFC 9110 in using HTTP status codes to indicate success or failure of your requests. In general, 2xx HTTP codes correspond to success, 4xx codes are for client-side errors, and 5xx codes are for server-side issues.Common Errors
Validation Error
This error is returned when the request parameter/s are invalid or malformed.string
A short response message
ValidationError
errors object with keys that correspond to input fields. Each key’s value is an array of strings describing the errors encountered in validating that field.
Resource Object Not Found
This error is returned when the specified resource object is not found.Unauthenticated Error
This error is returned when the request has invalid or is missing access keys.Unauthorized Error
This error is returned when the Client does not have the necessary permissions to perform the action.Rate Limited Error
This error is returned when the rate limit has been exceeded.integer
required
Number of seconds to wait before making another request.