# Technologies

Search for technologies by text

Endpoint: POST /prospecting/filters/companies/technologies
Security: ApiKeyAuth

## Request fields (application/json):

  - `text` (string, required)
    Search text for technology
    Example: "rss"

## Response 200 fields (application/json):

  - `name` (string)
    Example: "rss"

## Response 401 fields (application/json):

  - `statusCode` (integer, required)
    HTTP status code
    Example: 400

  - `message` (string, required)
    Error message
    Example: "Validation failed"

  - `errors` (array)
    Detailed error messages (optional, only for validation errors)
    Example: ["entityType must be one of: contact, company"]


