SDKs
Python SDK
Fully type-hinted and allows both synchronous and asynchronous usage, thanks to HTTPX. Under the hood, schemas are validated by Pydantic.
Quickstart
Sandbox Environment
You can configure the SDK so it hits the sandbox environment instead of the production one. You just need to add the server
argument when instantiating the client:
Was this page helpful?