cURL
curl --request POST \ --url https://kan.bn/api/v1/workspaces/{workspacePublicId}/invites \ --header 'Authorization: Bearer <token>'
{ "publicId": "<string>", "inviteCode": "<string>", "inviteLink": "<string>", "expiresAt": "<string>" }
Create invite link for a workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
12
Successful response