cURL
curl --request GET \ --url 'https://api.momentum.io/v2/signals' \ --header 'X-API-Key: YOUR_API_KEY'
{ "signals": [ { "id": 123, "signalName": "<string>", "contextSource": "<string>", "enabled": true, "createdAt": "2023-11-07T05:31:56Z" } ] }
Retrieves a list of all signal v2 definitions configured for the organization, including their enabled status and context source type.
API key for authenticating requests
A list of signal definitions.
Show child attributes