Organizations API
Resend an invitation
Resend a pending invitation email. Rate limited (5/hour). Expired invitations have expiry extended by 7 days.
Authorization
bearerAuth AuthorizationBearer <token>
Project-scoped CLI token (sck_live_* or sck_test_*) for documented API operations that accept bearer authentication. Interactive browser operations may require a session cookie. Trigger keys (sck_trigger_* / legacy job_*) are accepted only by job trigger endpoints.
In: header
Path Parameters
invitationId*string
Invitation ID
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://demo.supercheck.dev/api/organizations/members/invite/string"{
"success": true,
"message": "string",
"data": {
"emailSent": true,
"expiryExtended": true
}
}Empty
{
"error": "Unauthorized"
}{
"error": "string"
}{
"error": "Not found"
}Empty
Empty