---
title: "Return the incoming requests's User-Agent header."
url: "https://seriousmonkeybusiness.shermett.me/apis/httpbinorg-0/versions/cf5887fc-2a8e-440f-bf06-cb4d956f625f/operations/get_user-agent"
---

> Full API specification: https://seriousmonkeybusiness.shermett.me/apis/httpbinorg-0/versions/cf5887fc-2a8e-440f-bf06-cb4d956f625f.md

# Return the incoming requests's User-Agent header.

`GET` `/user-agent`

Operation ID: `get_user-agent`

## Responses

- `200` - The request's User-Agent header.

## OpenAPI definition

```yaml
openapi: 3.0.0
info:
  title: httpbin.org
  version: 0.9.2
servers:
  - url: https://httpbin.org
paths:
  /user-agent:
    get:
      responses:
        "200":
          description: The request's User-Agent header.
      summary: Return the incoming requests's User-Agent header.
      tags:
        - Request inspection
      operationId: get_user-agent
```
