API reference
Get a sending profile
GET
/api/sending-profiles/{id}AuthorizationBearer <token>
A Stet API key (prefix bk_), created under Settings → API keys. The whole API requires the Growth plan or higher; keys are scoped read or write — composing and sending require write.
In: header
Path Parameters
idstring
Response Body
curl -X GET "https://app.stethq.com/api/sending-profiles/string"{
"id": "string",
"name": "string",
"displayName": "string",
"description": "string",
"avatarUrl": "http://example.com",
"footerText": "string",
"defaultAudienceIds": [
"string"
],
"createdAt": "2019-08-24T14:15:22Z"
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}Get reaction counts
Read-only. Only reactions on messages Stet itself posted are ever counted. Windowed by the org's plan (engagement retention); an empty result can mean "too old" rather than "no reactions".
Invite Stet's bot to channels
Requires `write` (`channel:manage`). Uses `conversations.join` — only works for public channels the bot can self-join. Per-channel errors are captured, not thrown, so a partial batch still reports every outcome.