---
title: "TagResponse"
url: "https://stage-api-docs.centraldispatch.com/apis/stage-listing-api-2-0-0/versions/6459c118-c2b9-484e-816d-5657457559e4/schemas/TagResponse"
---

> Full API specification: https://stage-api-docs.centraldispatch.com/apis/stage-listing-api-2-0-0/versions/6459c118-c2b9-484e-816d-5657457559e4.md

# TagResponse

Details of a listing tag.

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Listing API
  version: 2.0.0
servers:
  - url: https://marketplace-api.centraldispatch.com
    description: Production server
components:
  schemas:
    TagResponse:
      type: object
      properties:
        name:
          type: string
          description: The name of the tag.
          nullable: true
          example: contractedCarrier
        value:
          type: string
          description: The value of the tag.
          nullable: true
          example: "true"
      description: Details of a listing tag.
```
