Documentation

API documentation in various formats.

Developer Guide (HTML)

get

Returns the developer guide as rendered HTML. Includes authentication examples, workflow guides, and changelog.

Authorizations
AuthorizationstringRequired

How to Authenticate

  1. Get your token from Timbr Dashboard
  2. Click the Authorize button above
  3. Enter only the token (e.g., TBR_abc123def456)
  4. 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-guide
200

Successful Response

Developer Guide (Markdown)

get

Returns the raw markdown content of the developer guide for downloading or embedding.

Authorizations
AuthorizationstringRequired

How to Authenticate

  1. Get your token from Timbr Dashboard
  2. Click the Authorize button above
  3. Enter only the token (e.g., TBR_abc123def456)
  4. 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.md
200

Successful Response

Last updated