Triage
Get the triage profile
GET
https://getinboxtriage.com/api/triage-profile
The triage preferences shared by every agent on the account: cadence, junk rules, VIPs, and quiet hours.
Headers
| Name | Type | Required | Description |
|---|
Authorization |
string |
Required |
Bearer followed by your API key. |
Response
200 OK.
| Name | Type | Description |
|---|
profile.version |
number |
Schema version of the profile. |
profile.defaults |
object |
Account defaults: cadence, junkCategories, defaultActions, vip (people and domains), quietHours. |
profile.byInboxId |
object |
Per-inbox overrides keyed by inbox id. |
profile.setupCompletedAt |
string | null |
When the person finished first setup. |
setupCompleted |
boolean |
true once setupCompletedAt is set. |
Errors
Any route can also return 401 for a bad key, 402 when the trial ended or payment failed, and 429 when you send too many requests. See Errors.