Skip to main content
PUT
/
invitations
/
{entityId}
/
resend
Resend an invitation
curl --request PUT \
  --url https://app.leadconduit.com/invitations/{entityId}/resend \
  --header 'Authorization: Basic <encoded-value>'
{
  "message": "Invitation was sent successfully",
  "entity": {
    "name": "A Corporation",
    "module_ids": [
      "<string>"
    ],
    "source": "form",
    "recipient": "buyer",
    "id": "5fd4371e940df5a34a3888b2",
    "description": "<string>",
    "standard": false,
    "account": true,
    "pending": true,
    "connected": "seller",
    "connected_account_id": "5fd4371e940df5a34a3888b2",
    "deprecated": false,
    "see": "5fd4371e940df5a34a3888b2",
    "field_suffix": "acorp",
    "invitation_id": "5fd4371e940df5a34a3888b2",
    "invitation_expires_at": "2025-11-07T00:00:00Z",
    "expired": false,
    "flow_ids": [
      "5fd4371e940df5a34a3888b2"
    ],
    "logo_url": "<string>",
    "time_zone": "America/Los Angeles",
    "trustedform_certified_vendor": true,
    "website": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.activeprospect.com/llms.txt

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

Authorizations

Authorization
string
header
required

LeadConduit uses HTTP Basic Authentication with the username API and your API key as the password.

For example: API:1f1b96c9150d8050e858c043d543bb4eadae0e6f'

Path Parameters

entityId
string
required

The ID of the pending or expired entity

Example:

"64b8f0f5e4b0c3a1d5e6f7a8"

Response

OK - Invitation resent successfully

message
string

Message in case the invitation was sent successfully

Example:

"Invitation was sent successfully"

entity
object

Pending source or recipient entity created with the invitation id returned from Accounts invitations