# Get Signal Options Retrieve available signal options for a specific entity type (contact or company). This endpoint returns the list of signal types you can filter by when enriching contacts or companies. : Endpoint: GET /api/signals/filters/{objectType} Security: ApiKeyAuth ## Path parameters: - `objectType` (string, required) The type of object to get signal options for Enum: "contact", "company" ## Response 200 fields (application/json): - `signals` (array) Example: ["promotion","companyChange"] - `objectType` (string) Example: "contact" ## Response 401 fields (application/json): - `error` (object, required) - `error.code` (integer, required) HTTP status code - `error.message` (string, required) Error message ## Response 403 fields (application/json): - `error` (object, required) - `error.code` (integer, required) HTTP status code - `error.message` (string, required) Error message