How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Leadping Organizations API

Manages Leadping organizations, memberships, invitations, settings, and API credentials. Use these endpoints to maintain organization profiles and branding, manage members and invitations, configure options, and issue or revoke organization API keys.

Leadping Organizations API is one of 29 APIs that Leadping publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Organization. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, and rate-limit docs.

This API exposes 17 operations across 12 paths, and defines 40 schemas. It is described by OpenAPI 3.2.0, at version v1.

Requests are made against a single base URL, https://api.leadping.ai.

17 operations 12 paths 40 schemas 2 DELETE5 GET7 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Base URL
https://api.leadping.ai
Authentication
HTTP Bearer, HTTP Bearer
License
Terms of Service
Resource Areas
1

Authentication & Security 2

Leadping Organizations API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT or organization API key) (Bearer). It accepts HTTP bearer tokens (Leadping source key) (SourceKey).

  • Bearer — Authorization header using the Bearer scheme. Accepted values are Leadping user JWT access tokens and WorkOS organization API keys beginning with sk.
  • SourceKey — Leadping source key for lead ingestion endpoints only using the Authorization header. Example: "Authorization: Bearer lpsrc...".

Paths & Operations 17

Across 12 paths, the API surfaces 17 operations — 2 DELETE, 5 GET, 7 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

Organizations 17

Manages Leadping organizations, memberships, invitations, settings, and API credentials. Use these endpoints to maintain organization profiles and branding, manage members and inv…

GET
/organizations/me
Get current organization account profile
Organizations_GetForCurrentUser → 200404401429
POST
/organizations/me
Create an organization account
Organizations_CreateForCurrentUser body → 201400401429
PUT
/organizations/me
Update current organization account profile
Organizations_UpdateForCurrentUser body → 200400401429
GET
/organizations/me/options
List organization switch options
Organizations_GetSwitchOptions → 200401429
POST
/organizations/me/switch
Switch current organization account context
Organizations_SwitchCurrentOrganization body → 200403401429
GET
/organizations/me/members
List users for the current organization
Organizations_GetCurrentOrganizationMembers → 200401403429
POST
/organizations/me/members
Add a user to the current organization account
Organizations_AddCurrentOrganizationMember body → 200400403401429
PUT
/organizations/me/members/{userId}
Change a current-organization user role
Organizations_ChangeCurrentOrganizationMemberRole 1 param body → 200400403401429
DELETE
/organizations/me/members/{userId}
Remove a user from the current organization
Organizations_RemoveCurrentOrganizationMember 1 param → 204400403401429
GET
/organizations/me/invitations
List invitations for the current organization
Organizations_GetCurrentOrganizationInvitations → 200401403429
POST
/organizations/me/invitations
Create a current-organization user invitation
Organizations_CreateCurrentOrganizationInvitation body → 200400401403429
POST
/organizations/me/invitations/{invitationId}/resend
Resend a current-organization user invitation
Organizations_ResendCurrentOrganizationInvitation 1 param → 200400401403429
DELETE
/organizations/me/invitations/{invitationId}
Revoke a current-organization user invitation
Organizations_RevokeCurrentOrganizationInvitation 1 param → 204400401403429
PUT
/organizations/me/10dlc/notes
Update organization 10DLC notes
Organizations_UpdateCurrentOrganizationTenDlcNotes body → 200400401403429
POST
/organizations/api-keys/my
List current-organization API keys
Organizations_GetAllApiKeysForCurrentUser body → 200400401403429
GET
/organizations/invitations/token/{token}
Get an organization user invitation by token
Organizations_GetInvitationByToken 1 param → 200404429
POST
/organizations/invitations/accept
Accept organization invitation
Organizations_AcceptInvitation body → 200400429

Schemas 40

The contract defines 40 schemas that model the data the API accepts and returns. The most detailed are OrganizationActivationState (43 properties), OrganizationResponse (32 properties), OrganizationTableRow (28 properties), TenDlcApplicationDraft (23 properties). Each schema is shown below with its type and property counts.

TenDlcApplicationStatus
string
Describes an organization's overall 10DLC registration lifecycle across brand and messaging campaign submission.
CustomerActivationStatus
string
Summarizes an organization's overall progress from initial Leadping onboarding through launch readiness.
ActivationTelephonyStatus
string
Describes whether phone numbers, calling, messaging, and provider resources are ready for organization launch.
OrderByOption
object
Defines one field and direction used to order an API query result set.
2 properties
OrganizationMemberRequest
object
Defines the fields clients can send when working with organization user.
3 properties
OrganizationResponse
object
Describes organization profile data returned by Leadping.
32 properties
OrganizationInvitationStatus
string
Describes the lifecycle of an organization membership invitation from issuance through acceptance, expiration, or revocation.
ProblemDetails
object
Standard problem-details response containing machine-readable and human-readable information about an HTTP API error.
5 properties
OrganizationMemberTableRow
object
Describes organization user data used in Leadping API requests and responses.
7 properties
ActivationDomainOption
object
Describes activation domain option data used in Leadping API requests and responses.
7 properties
OrganizationBillingState
object
Customer-safe billing state for a Leadping organization.
13 properties
RequestDataOptions
object
Defines cursor pagination, sorting, search, exact-match filters, and range filters for a structured API query.
8 properties
TenDlcRegistrationStatus
string
Defines the provider lifecycle for an individual 10DLC brand or campaign.
RangeFilter
object
Selects records by applying inclusive or exclusive lower and upper bounds to a named comparable field.
5 properties
StreetAddress
object
Describes a physical or mailing address using international locality, administrative-area, postal-code, and country fields.
9 properties
IdNameValue
object
Extends an identifier-and-name resource reference with an optional string value used for display or selection metadata.
3 properties 2 required
TenDlcApplicationDraft
object
Describes ten dlc application draft data used in Leadping API requests and responses.
23 properties
OrganizationRequest
object
Defines the fields clients can send when working with organization profile.
21 properties 1 required
OrganizationCompliancePolicy
object
Describes organization compliance policy data used in Leadping API requests and responses.
8 properties
ActivationTimelineEvent
object
Describes activation timeline event data used in Leadping API requests and responses.
8 properties
OrganizationSwitchOption
object
Describes organization switch option data used in Leadping API requests and responses.
12 properties
OrganizationInvitationRequest
object
Defines the input used for organization invitation.
2 properties 1 required
ExactMatchFilter
object
Selects records whose named field equals a supplied scalar value.
2 properties
OrganizationMemberResponse
object
Describes organization user data returned by Leadping.
15 properties
OrganizationDunningInfo
object
Dunning state recorded after a failed recurring payment.
10 properties
AcceptOrganizationInvitationRequest
object
Defines the input used for accept organization invitation.
4 properties 1 required
OrganizationInvitationTableRow
object
Describes organization invitation data used in Leadping API requests and responses.
17 properties
ActivationLaunchReviewStatus
string
Describes the administrative review decision that determines whether an organization can launch Leadping workflows.
OrganizationMemberRole
string
Identifies an organization member's access level and permission scope within Leadping.
TenDlcNotesRequest
object
Updates the internal notes associated with a 10DLC application.
1 property
ActivationSubscriptionStatus
string
Describes whether an organization's subscription is ready, blocked, or still incomplete during activation.
PagedResultOfOrganizationTableRow
object
Returns one page of query results together with page-size, optional total-count, and opaque continuation-cursor metadata.
4 properties
OrganizationActivationState
object
Describes organization activation state data used in Leadping API requests and responses.
43 properties
IdNamePair
object
Provides a compact API reference to another resource using its stable identifier and human-readable display name.
2 properties 2 required
ActivationOnboardingStatus
string
Describes completion and blocking state for an organization's core Leadping onboarding requirements.
ActivationPaymentStatus
string
Describes whether valid funding and payment prerequisites are satisfied during organization activation.
OrganizationSwitchRequest
object
Defines the fields clients can send when working with organization switch.
1 property 1 required
OrganizationTableRow
object
Describes organization data used in Leadping API requests and responses.
28 properties
OrganizationInvitationResponse
object
Describes organization invitation data returned by Leadping.
18 properties
WebsiteLifecycleStatus
string
Describes an organization website's lifecycle from discovery and verification through activation, suspension, or removal.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

leadping-organizations-api-openapi.yml Raw ↑

Other APIs Leadping publishes across the network.

Leadping MCP Servers
Leadping Webhook Events
Leadping Analytics API
Leadping Automations API
Leadping Call Events API
Leadping Calls API
Leadping Contact API
Leadping Conversations API
Leadping Events API
Leadping Feedback API
Leadping Leads API
Leadping Lead Status Changes API
Where this information came from

This is an independent, third-party profile of Leadping Organizations API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.