Skip to main content
Api Client Documentation

Learn how to send requests from your app, via API, getting API token; we’ll explain it all here.

The Brownbook Links API is built on HTTP. Our API is RESTfull and it:

  • Uses predictable, resource-oriented URLs.
  • Uses built-in HTTP capabilities for passing parameters and authentication.
  • Responds with standard HTTP response codes to indicate errors.
  • Returns JSON.

Brownbook Links has published libraries for various languages. You may use our libraries, or your favorite/suggested HTTP/REST library available for your programming language, to make HTTP calls to Brownbook.

Most code samples in our docs can be viewed in several programming languages by using the language bar at the top.

Brownbook Links maintains the following official libraries for interfacing with our platform:

Official Brownbook Links Libraries