Sample Code¶
Prefer code over docs? Jump straight to the examples to see how it all works.
We have sample code available in our public GitHub repository to help you get started with the API. The examples are primarily written in Python and demonstrate common integration patterns.
We welcome feedback and are happy to answer any questions related to the API usage, but we can't provide support or any custom implementations.
Summary
- The provided code samples are for learning purposes only.
- They are not meant to be production-ready, complete or to be used as is.
- You're free to use and modify the sample code as needed.
Available Examples¶
Consumer Registration¶
Consumer Registration Script - Shows how to register as an API consumer. While registration is straightforward, this example demonstrates the complete flow including request/response handling.
JWT Authentication¶
JWT Authentication Examples - Multiple implementations showing how to generate JWT tokens for API authentication. Your AI/LLM tools can also create JWT generation code, but these examples help you to get started.
Quickstart Guide¶
Quickstart Example - A simplified end-to-end example of authenticating and fetching data from the API.