DEVELOPERS

REST API Reference

Build powerful integrations with the SetGet API. Full REST coverage, webhooks, and OAuth 2.0 support out of the box.

Developer-First Design

Every endpoint is documented, versioned, and tested. Build with confidence.

RESTful Endpoints

Clean, predictable URLs with JSON payloads. Full CRUD for issues, projects, cycles, modules, and more.

Webhooks

Real-time event notifications delivered to your server. Filter by event type, project, or workspace.

OAuth 2.0

Secure token-based authentication with scoped permissions. Supports authorization code and client credentials flows.

Try It Now

Simple, powerful API calls to manage your entire workflow programmatically.

List all issues

$ 
curl 
-H "Authorization: Bearer $TOKEN" \
  https://api.setget.ai/v1/issues

Create a new issue

$ 
curl 
-X POST -H "Content-Type: application/json" \
  -d '{"title": "New issue", "priority": "high"}' \
  https://api.setget.ai/v1/issues

Start Building

Get your API key and start integrating SetGet into your stack.