Skip to main content
GET
/
v1
/
hitl
/
approval-messages
Get the org's HITL approval-UX lines (resolved)
curl --request GET \
  --url https://api-sandbox.featherhq.com/v1/hitl/approval-messages \
  --header 'x-api-key: <api-key>'
{
  "holding_line": "<string>",
  "waiting_reply": "<string>"
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Successful Response

The org's two HITL approval-UX lines, RESOLVED (org value or code default).

Both are always concrete strings: when the org hasn't configured a line, the resolved code default is surfaced so the UI shows exactly what an end-user will see. To revert a line to its default, PUT null for that field.

holding_line
string
required
waiting_reply
string
required