Introduction
This documentation describes how to interact and use the public APIs available under TeamTBM.
Categories
Base Response
The following JSON fields are provided in every request, whether it is successful or not.
success
true | false - Indicates whether the request successfully completed.code
integer - An integer value corresponding to the HTTP status codemessage
string - This string is not always present in successful requests, but will always provide further information in an errored request.