The Provisionr Workspace API is a RESTful API that allows you to manage your workspace’s directory, policies, integrations, and access controls programmatically.Documentation Index
Fetch the complete documentation index at: https://docs.provisionr.io/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Each workspace has a unique API endpoint based on its workspace identifier.wks-{8char} with your workspace’s unique subdomain.
Request Format
All request bodies should be sent as JSON with theContent-Type: application/json header.
Response Format
All responses are returned as JSON. Successful responses use standard HTTP status codes:| Status Code | Description |
|---|---|
200 | Successful read operation |
201 | Resource created successfully |
202 | Resource updated successfully |
204 | Resource deleted successfully |
Error Handling
Error responses follow a consistent structure with amessage field describing the error.
| Status Code | Description |
|---|---|
401 | Unauthenticated — missing or invalid token |
403 | Unauthorized — insufficient permissions |
404 | Resource not found |
422 | Validation error — check the errors field for details |
Related Resources
Authentication
Learn how to authenticate your API requests.
Pagination
Navigate large result sets with cursor-based pagination.
Filters
Filter, sort, and include related data in your queries.
CLI Reference
Prefer a command-line interface? Check out the CLI.