> For the complete documentation index, see [llms.txt](https://docs.ellipsis-drive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ellipsis-drive.com/developers/api-v3/path/transfer-ownership-of-path/accept-reject-transfer-invite.md).

# Accept/Reject transfer invite

| **Description** | Accepts or rejects a transfer invitation. |
| --------------- | ----------------------------------------- |
| **Endpoint**    | `/path/{pathId}/transfer/accept`          |
| **Method**      | POST                                      |

### Access Level Rules

| **Access Level** | Account holder only |
| ---------------- | ------------------- |

### Processing Units

| **Processing units** | 0 |
| -------------------- | - |

### Parameters

| Name     | Description                                                    | Required | Default       |
| -------- | -------------------------------------------------------------- | -------- | ------------- |
| `pathId` | The id of the path.                                            | true     |               |
| `accept` | Boolean whether the invitation should be accepted or rejected. | false    | Default true. |
