API ReferenceSupport Intake

Count Support Intake outcomes

GET
/v1/support-intake/summary

Authorization

bearerAuth
AuthorizationBearer <token>

Send a SimpleServe API key as Authorization: Bearer <key>.

In: header

Query Parameters

source_id?string|null

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/support-intake/summary"
{  "created": 0,  "updated": 0,  "skipped": 0,  "pending": 0,  "failed": 0}