Version: v0
Tresorbase REST API
Tresorbase's REST API allows creating and managing all resources in Tresorbase. Each supported endpoint is documented below.
All requests must be authorized with a Tresorbase API key, which can be created in the Tresorbase app.
The API key must be provided as Token <api_key> in the Authorization request header as well as the ID of your organization.
For example:
Authorization: Token aB35kDjg93J5nsf4GjwMeErAVd832F7ad4vhsW1S02kfZiab42sTsfW5Sxt25asT
Tresorbase-Organization-id: 5fd12e91-4f84-49cc-9ec8-d05223cb5527
All endpoints are only accessible via https.
Build something awesome!
Authentication
- API Key
- Jwt Auth
Token-based authentication with required prefix "Token"
| Security Scheme Type: | apiKey |
|---|---|
| Header parameter name: | Authorization |
| Security Scheme Type: | http |
|---|---|
| HTTP Authorization Scheme: | bearer |
| Bearer format: | JWT |