---
title: "Send Invitation Request"
method: POST
path: "/v1/linkedin/invitations"
tags: ["integrations > linkedin"]
---

# Send Invitation Request

`POST /v1/linkedin/invitations`

Send a LinkedIn invitation request

## Headers

- `Authorization` string, required
- `X-Account-Token` string, required

## Request body

- object
  - `profileName` string, required — The profile name of the person to connect to. For example for the account with the url "https://www.linkedin.com/in/zacharyashen/" the profile name would be "zacharyashen"

## Response `200`

Response with status 200

- TypesAcceptInvitationResponse — unresolved $ref

## Other responses

- `400` — Error response with status 400
- `401` — Error response with status 401
- `404` — Error response with status 404
- `500` — Error response with status 500

---

[API](https://skmtc.dev/trykeet/apis/api-reference.md) · [All operations](https://skmtc.dev/trykeet/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trykeet/api-reference/revisions/d1fc1f3a00ff/schema)
