---
title: "Get Status of a Relationship"
method: POST
path: "/agents/{arn}/relationships"
tags: ["Agents"]
---

# Get Status of a Relationship

`POST /agents/{arn}/relationships`

## Path parameters

- `arn` string, required

## Headers

- `Accept` 'application/vnd.hmrc.2.0+json', required
- `Content-Type` 'application/json', required

## Request body

- union
  - object
    - `service` string, required — MTD VAT service
    - `clientIdType` string, required
    - `clientId` string, required
    - `knownFact` string, required
  - object
    - `service` string, required — MTD IT service
    - `clientIdType` string, required
    - `clientId` string, required
    - `knownFact` string, required
    - `agentType` 'main' | 'supporting', nullable — Only MTD-IT supports this field. Defaults to "main" if omitted.

## Response `204`

The agent is authorised to act for the client.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `406` — Not Acceptable
- `500` — Internal Server Error

---

[API](https://skmtc.dev/hmrc/apis/agent-authorisation-api.md) · [All operations](https://skmtc.dev/hmrc/apis/agent-authorisation-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hmrc/agent-authorisation-api/revisions/83e8a60b1144/schema)
