POST
/
signal-list
List Custom Signals
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/signal-list \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {},
  "message": "Operation completed successfully",
  "success": true
}

Authorizations

Authorization
string
header
required

Use your Scope3 API key as the bearer token

Body

application/json
channel
string

Filter by channel (e.g., 'ctv', 'web', 'mobile')

region
string

Filter by region (e.g., 'us-east-1', 'eu-west-1', 'emea-ex-eu')

Response

Successful response

data
object
message
string
success
boolean