Skip to main content
GET
/
v1
/
admin
/
relationships
/
customer-signals
List customer signals
curl --request GET \
  --url https://{operatorDomain}/v1/admin/relationships/customer-signals \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "csig_01h...",
    "personId": "<string>",
    "kind": "inquiry",
    "status": "open",
    "payload": {},
    "createdAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Response

200 - application/json

List of customer signals

id
string
Example:

"csig_01h..."

personId
string | null
kind
string
Example:

"inquiry"

status
string
Example:

"open"

payload
object
createdAt
string<date-time>