Base URL
All API requests are made against your organization’s SoCMate API endpoint:Authentication
SoCMate supports two authentication methods:- API Key
- OAuth2 / JWT
- OAuth2 Client Credentials
For machine-to-machine integrations, use an API key in the API keys are scoped to specific permissions (e.g.,
X-API-Key header. API keys are created by admins in the Admin panel.investigations:read, incidents:read). See API Keys for details.Rate Limits
When a rate limit is exceeded, the API returns
429 Too Many Requests with a Retry-After header.
Error Format
All error responses follow a consistent format:Status Codes
Pagination
List endpoints support cursor-based pagination withoffset and limit parameters:
Common Headers
API Sections
Authentication
OAuth2 flow, API key usage, token refresh, and JWT structure.
Investigations
Start investigations, send follow-ups, stream results, and query sessions.
Incidents
List, enrich, and manage Sentinel incidents.
Knowledge Graph
Query entity neighborhoods, investigation subgraphs, and entity search.
