# API Relationship Endpoint

## Required Parameters

- **accountId** (string) - required
- **personId** (string) - required
- **relationshipType** (string) - required

## Optional Headers

- **x-api-region** (string) - The API region of your interaction. In most cases, this will match the customer region.
- **x-api-language** (string) - Where applicable, the language for any textual content we may send to the customer.

## Base URL

```
https://api.uat.laka.co/v3/accounts/{accountId}/relationship
```

## Example cURL Request

```bash
curl --request POST \
     --url https://api.uat.laka.co/v3/accounts/accountId/relationship \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

## Response

```
201
Updated about 1 month ago
```
