SStackswiseSoft

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

  1. Create a workspace
  2. Invite your team
  3. Enable modules
  4. Import data or start blank
  5. 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/json

Authentication

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.