---
title: "Create Invitation"
method: POST
path: "/api/v1/Invitation"
tags: ["Invitation"]
---

# Create Invitation

`POST /api/v1/Invitation`

## Headers

- `Time-Stamp` string, required
- `Time-Signature` string, required
- `User-Token` string, required
- `Client-Token` string, required

## Request body

- PeakAPIsLibraryModelRequestInvitationInvitationPostModel
  - `peakInvitation` PeakAPIsLibraryModelRequestInvitationInvitationPostModelPeakInvitationModel
    - `email` string — Email address of the user to be invited

## Response `200`

Success

- PeakWCFModelsAPIResponseResponseInvitationModel
  - `peakInvitation` PeakWCFModelsAPISharedAPIResponseModel
    - `resCode` string
    - `resDesc` string
  - `eventType` string
  - `apiType` string

---

[API](https://skmtc.net/peakaccount/apis/peakapis-core.md) · [All operations](https://skmtc.net/peakaccount/apis/peakapis-core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peakaccount/peakapis-core/versions/516e79534d77/schema)
