---
title: "Agent"
method: POST
path: "/v2/agent"
tags: ["Agent"]
---

# Agent

`POST /v2/agent`

Identity Agent Endpoint

## Response `200`

TBD

- AgentResponse
  - `id` string, required
  - `typ` string, required
  - `type` string, required
  - `threadID` string, required
  - `body` unknown, required
  - `from` string, required
  - `to` string, required

## Other responses

- `400` — Bad Request
- `500` — Internal Server error

## Changes

- **2024-12-18** `c211b9b15a5d` — 8 breaking
  - the response's body type changed from `object` to no type for status `200`
  - removed the required property `body` from the response with the `200` status
  - removed the required property `from` from the response with the `200` status
  - removed the required property `id` from the response with the `200` status
  - …4 more
- **2024-12-17** `073a2b0a9f2b` — 1 breaking, 7 info
  - the response's body type changed from no type to `object` for status `200`
  - added the required property `body` to the response with the `200` status
  - added the required property `from` to the response with the `200` status
  - added the required property `id` to the response with the `200` status
  - …4 more
- **2024-12-17** `aa1a28b7f47a` — 8 breaking
  - the response's body type changed from `object` to no type for status `200`
  - removed the required property `body` from the response with the `200` status
  - removed the required property `from` from the response with the `200` status
  - removed the required property `id` from the response with the `200` status
  - …4 more
- **2024-12-10** `454a86496ed7` — 1 breaking, 7 info
  - the response's body type changed from no type to `object` for status `200`
  - added the required property `body` to the response with the `200` status
  - added the required property `from` to the response with the `200` status
  - added the required property `id` to the response with the `200` status
  - …4 more
- …earlier changes not shown

[Full history](https://skmtc.dev/0xpolygonid/apis/privado-id-issuer/changes/v2/agent/post.md)

---

[API](https://skmtc.dev/0xpolygonid/apis/privado-id-issuer.md) · [All operations](https://skmtc.dev/0xpolygonid/apis/privado-id-issuer/llms.txt) · [OpenAPI document](https://skmtc.dev/0xpolygonid/apis/privado-id-issuer/revisions/68efa0ba742d?raw)
