Signals
Search signals
curl https://api.sumble.com/v9/signals \
--request POST \
--header "Authorization: Bearer $API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"filter": {
"signal_ids": [123],
"organization_ids": [31],
"person_ids": [12729201],
"job_functions": ["Account Executive"],
"priorities": ["high"],
"account_list_ids": [4]
}
}'Recency window
Response
Credit cost
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200
Signals matching the requested filters. Charged one credit per signal returned. Job-post signals also carry suggested_contacts with the top contacts to consider and a link to view all.
application/json
idstring · uuidRequired
credits_usedintegerRequired
credits_remainingintegerRequired
422
Validation Error
application/json
post/v9/signals
Search Priority Signals
Response
Credit cost
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200
Priority signals matching the requested filters. Charged one credit per priority signal returned.
application/json
idstring · uuidRequired
credits_usedintegerRequired
credits_remainingintegerRequired
422
Validation Error
application/json
post/v9/signals/priority
Last updated