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

AppDirect Tenant Marketplace Provisioning API

Tenant-owner M2M APIs for marketplace partners (org create, subscription lifecycle, balance top-up, member seats). Requires a tenant-scoped API key from the tenant-owner org.

AppDirect Tenant Marketplace Provisioning API is one of 75 APIs that AppDirect publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Tenant Marketplace Provisioning. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 15 operations across 9 paths, and defines 39 schemas. It is described by OpenAPI 3.2.0, at version v296.0-SNAPSHOT.

Requests are made against 2 base URLs: https://marketplace.appdirect.com/api, https://virtserver.swaggerhub.com.

15 operations 9 paths 39 schemas 2 DELETE7 GET1 PATCH4 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v296.0-SNAPSHOT
Base URL
https://marketplace.appdirect.com/api
Resource Areas
1

Paths & Operations 15

Across 9 paths, the API surfaces 15 operations — 2 DELETE, 7 GET, 1 PATCH, 4 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Tenant Marketplace Provisioning 15

Tenant-owner M2M APIs for marketplace partners (org create, subscription lifecycle, balance top-up, member seats). Requires a tenant-scoped API key from the tenant-owner org.

POST
/api/v1/tenant/organizations/create
Create tenant organization
createTenantOrganization body → 201400401403404409500
GET
/api/v1/tenant/organizations/{orgId}/subscription
Get organization subscription
getTenantOrgSubscription 1 param → 200400401403404409500
POST
/api/v1/tenant/organizations/{orgId}/subscription
Create organization subscription
createTenantOrgSubscription 2 params body → 202400401403404409500
PATCH
/api/v1/tenant/organizations/{orgId}/subscription
Update organization subscription
patchTenantOrgSubscription 2 params body → 200202400401403404409500
DELETE
/api/v1/tenant/organizations/{orgId}/subscription
Cancel organization subscription
cancelTenantOrgSubscription 2 params body → 202400401403404409500
GET
/api/v1/tenant/organizations/{orgId}/billing/balances
List organization balances
getTenantOrgBalances 1 param → 200400401403404409500
POST
/api/v1/tenant/organizations/{orgId}/billing/balances
Top up organization balance
topUpTenantOrgBalance 2 params body → 201400401403404409500
GET
/api/v1/tenant/organizations/{orgId}/billing/balances/ledger
List organization balance ledger
getTenantOrgBalanceLedger 7 params → 200400401403404409500
GET
/api/v1/tenant/organizations/{orgId}/billing/invoices
List organization invoices
listTenantOrgInvoices 3 params → 200400401403404409500
GET
/api/v1/tenant/organizations/{orgId}/billing/allocations
List organization allocation limits
getTenantOrgAllocations 1 param → 200400401403404409500
GET
/api/v1/tenant/organizations/{orgId}/members
List organization members
listTenantOrgMembers 3 params → 200400401403404409500
GET
/api/v1/tenant/organizations/{orgId}/invitations
List organization invitations
listTenantOrgInvitations 4 params → 200400401403404500
POST
/api/v1/tenant/organizations/{orgId}/invitations
Invite organization member
inviteTenantOrgMember 1 param body → 201400401403404409429500
PUT
/api/v1/tenant/organizations/{orgId}/members/{userId}
Update organization member
updateTenantOrgMember 2 params body → 200400401403404409500
DELETE
/api/v1/tenant/organizations/{orgId}/members/{userId}
Unassign organization member
unassignTenantOrgMember 2 params → 204400401403404409503500

Schemas 39

The contract defines 39 schemas that model the data the API accepts and returns. The most detailed are OrgSubscriptionDto (24 properties), InvoiceDto (13 properties), BalanceLedgerEntryDto (12 properties), TenantOrganizationMemberDto (9 properties). Each schema is shown below with its type and property counts.

CreateTenantOrganizationResponseDto
object
6 properties 6 required
PatchTenantOrgSubscriptionRequestDto
object
Partial update. Status/lifecycle fields are not settable — use DELETE to cancel.
7 properties
SubscriptionMetadataDto
object
2 properties
OrgMembershipTypeDto
string
TenantOrganizationInvitationSuccessDto
object
1 property 1 required
CreateTenantOrganizationAdminDto
object
5 properties 1 required
CreateTenantOrganizationRequestDto
object
4 properties 1 required
CreateTenantOrganizationInvitationRequestDto
object
3 properties 2 required
OrgSubscriptionPricingPlanDto
string
TenantAdjustBalanceRequestDto
object
4 properties 4 required
OrgSubscriptionStatusDto
string
TenantMemberUpdateSuccessDto
object
1 property 1 required
Error
object
1 property
CancelTenantOrgSubscriptionRequestDto
object
1 property
OrgSubscriptionTypeDto
string
TenantOrganizationMemberDto
object
9 properties 9 required
TenantOrganizationMembersPageDto
object
2 properties 2 required
UpdateTenantOrganizationMemberRequestDto
object
At least one of role or membershipType must be provided.
2 properties
BalanceLedgerPageDto
object
2 properties 2 required
AllocationLimitDto
Dollar cap, explicit unlimited, or null (inherit from next layer).
UsageLimitsDto
object
3 properties 3 required
TokenLimitsDto
object
2 properties 2 required
OrgBalanceDto
object
3 properties 3 required
OrgSubscriptionDto
object
24 properties 24 required
BalanceColumnDto
string
Balance column to credit. Partners typically send EXTRA for purchased top-ups.
OrgAllocationDto
object
3 properties 3 required
TenantSubscriptionMetadataRequestDto
object
Typed subscription metadata accepted on tenant marketplace create/patch. Unknown keys are rejected.
2 properties
BalanceTypeDto
string
LedgerEntryTypeDto
string
InitiatorTypeDto
string
InvoicePageDto
object
2 properties 2 required
TenantOrganizationInvitationsPageDto
object
2 properties 2 required
InvoiceDto
object
13 properties 13 required
BillingPaginationDto
object
2 properties 2 required
TenantOrganizationInvitationDto
object
6 properties 6 required
SubscriptionProcessorTypeDto
string
AdjustBalanceResponseDto
object
2 properties 2 required
CreateTenantOrgSubscriptionRequestDto
object
Creates a subscription via async workflow. processorType is set server-side to TENANT. Plan-derived fields (balanceAllocationPerUser, usageLimits, etc.) are no…
7 properties 2 required
BalanceLedgerEntryDto
object
12 properties 12 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

appdirect-tenant-marketplace-provisioning-api-openapi.yml Raw ↑

Other APIs AppDirect publishes across the network.

AppDirect AI Embed API
AppDirect AI Management API
AppDirect AI Models API
AppDirect AI User Inputs API
AppDirect Answer API
AppDirect API Keys API
AppDirect AppResellerAccount API
AppDirect AppResellerAssignment API
AppDirect AppResellerCatalog API
AppDirect AppResellerCompanyAssociation API
AppDirect AppResellerLeads API
AppDirect AppResellerOpportunities API
Where this information came from

This is an independent, third-party profile of AppDirect Tenant Marketplace Provisioning 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.