Skip to main content
POST
/
v1
/
collaborators
/
{id}
/
send-invitation
Resend invitation
curl --request POST \
  --url https://api.capitalcheckin.app/v1/collaborators/{id}/send-invitation \
  --header 'Authorization: Bearer <token>'
{
  "message": "Invitation sent successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.capitalcheckin.app/llms.txt

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

Authorizations

Authorization
string
header
required

OAuth2 access token for authentication

Path Parameters

id
string
required

Collaborator ID

Response

200 - application/json

Invitation sent successfully

message
string
Example:

"Invitation sent successfully"