List Signals
GET/signals
Returns the Social Signals configured for the authenticated brand.
This endpoint is primarily useful for discovering valid signalId values for /signals/leads filters.
Responses​
- 200
- 401
- 403
- 429
Signals retrieved successfully
Response Headers
X-RateLimit-Limit
The maximum number of requests allowed per minute
X-RateLimit-Remaining
The number of requests remaining in the current window
X-RateLimit-Reset
Unix timestamp when the rate limit window resets
Unauthorized - Invalid or missing API key
Forbidden - Active subscription required
Rate limit exceeded
Response Headers
X-RateLimit-Limit
The maximum number of requests allowed per minute
X-RateLimit-Remaining
The number of requests remaining in the current window
X-RateLimit-Reset
Unix timestamp when the rate limit window resets
Retry-After
Seconds until the rate limit resets (only on 429 responses)