Try it in Postman
If you prefer Postman over cURL, you can explore our Postman Workspace. The workspace contains two collections:- Documents: For the core Resistant Documents API.
- Tenants: For the Tenant Management API. This collection contains the environments (Testing and Production).
Required variables
The collections are designed to be used with collection variables:baseUrl(API base URL)access_token(Bearer access token)tenant_id(used for tenant-scoped endpoints)application_id(used for application-scoped endpoints)
These requests use an access token in theAuthorization: Bearer ...header.
If you’re using JWT client assertion, the JWT is used to obtain the access token from the token endpoint (it is not sent to these API endpoints directly).
API operations
baseUrl
- Production:
https://api.tenants.resistant.ai/v0 - Testing:
https://api.tenants.testing.resistant.ai/v0