Documentation
API documentation in various formats.
Returns the developer guide as rendered HTML. Includes authentication examples, workflow guides, and changelog.
Authorizations
AuthorizationstringRequired
How to Authenticate
- Get your token from Timbr Dashboard
- Click the Authorize button above
- Enter only the token (e.g.,
TBR_abc123def456) - Click Authorize then Close
Important
- โ
Correct:
TBR_8b3364b5a772328a - โ Wrong:
Bearer TBR_8b3364b5a772328a
The 'Bearer ' prefix is added automatically by Swagger UI.
Responses
200
Successful Response
text/html
Responsestring
get
/developer-guide200
Successful Response
Returns the raw markdown content of the developer guide for downloading or embedding.
Authorizations
AuthorizationstringRequired
How to Authenticate
- Get your token from Timbr Dashboard
- Click the Authorize button above
- Enter only the token (e.g.,
TBR_abc123def456) - Click Authorize then Close
Important
- โ
Correct:
TBR_8b3364b5a772328a - โ Wrong:
Bearer TBR_8b3364b5a772328a
The 'Bearer ' prefix is added automatically by Swagger UI.
Responses
200
Successful Response
text/plain
Responsestring
get
/developer-guide.md200
Successful Response
Last updated