---
title: "Validate input"
method: GET
path: "/v2/test/validate"
tags: ["test"]
---

# Validate input

`GET /v2/test/validate`

## Query parameters

- `id` integer, required
- `tag` string[]

## Headers

- `user-agent` string

## Response `200`

OK

- object — Validation results
  - `header` object — Headers as included in the request
    - `user-agent` string — User agent to expect in the response
  - `query` object — Query as included in the request
    - `id` integer, required — Integer ID that was passed in the request
    - `tag` string[] — List of tags that were passed in the request

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer.md) · [All operations](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shutterstock/shutterstock-api-explorer/revisions/d2e03e7f655d/schema)
