> ## Documentation Index
> Fetch the complete documentation index at: https://kiran.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Accept an invite

> Accept an invitation to join a team. The user must be logged in to accept an invite.

### Path

<ParamField path="id" type="string" required="true">
  The id of the invite to accept.
</ParamField>

<RequestExample>
  ```bash Request
  curl --location --request POST 'http://localhost:3005/api/invites/c476e01e-5642-4a20-a84f-07a8b4b5d5a4/accept' \
  --header 'Accept: application/json' \
  --header 'Authorization: Token <token>'
  ```
</RequestExample>

<ResponseExample>
  ```json Response
  {
    "data": {

    }
  }
  ```
</ResponseExample>
