Documentation
Everything you need to build on StackswiseSoft.
Guides for admins, product docs for end users, and a documented REST API for developers.
Getting started
- Create a workspace
- Invite your team
- Enable modules
- Import data or start blank
- Set permissions
API reference
Base URL: https://api.stackswisesoft.com/v1
All requests must be authenticated with a Bearer token. Responses are JSON. Errors follow the RFC 7807 problem-details format.
GET /v1/contacts HTTP/1.1
Host: api.stackswisesoft.com
Authorization: Bearer sk_live_xxxxx
Accept: application/jsonAuthentication
Personal access tokens are created per user under Settings → Developer. Service tokens for automation are created per workspace and can be scoped to specific modules.
Rate limits
Default: 600 requests per minute per token. Business plans: 3,000 requests per minute. Enterprise: custom. All responses include X-RateLimit-Remaining and Retry-After headers.
SDKs
- TypeScript / JavaScript (official)
- Python (official)
- Go (community)
- Ruby (community)
Support
Questions about the API? Email developers@stackswisesoft.com.