Skip to main content
POST
/
invite
cURL
curl --request POST \
  --url https://api.example.com/invite \
  --header 'Content-Type: application/json' \
  --data '
{
  "policyId": "<string>",
  "customerId": "<string>",
  "role": "<string>",
  "branchId": "<string>",
  "email": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.korint.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
policyId
string
required

Policy id

customerId
string
required

Customer id

role
string
required

Role for the invitation

branchId
string

Branch id

email
string

Email address

Response

The response is of type object.