curl --request GET \ --url https://api.pipeium.com/signals/sig_123e4567 \ --header 'Authorization: Bearer {api_key}'
{ "signal": { "id": "sig_123e4567", "type": "current_role", "level": "CONTACT", "strategy": "RECORD_WISE", "metadata": { "notify_mode": "on_change" } }, "rows": [ { "id": "row_123", "value": "Sales Director", "previousValue": "Sales Manager", "updatedAt": "2024-01-20T15:30:00Z" } ] }
Get signal details and status
Show Signal Object
Show Signal Row