Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM

On this page
Looking for more inspiration?Visit the

Marketplace API overview for publishers


The Marketplace API provides resources for users to browse, install, and manage Listings. Listing Partners can use Marketplace API resources to retrieve and update Listings, and to manually report customer usage.


Base URL

base-url page anchor

All relative URLs in the Marketplace API reference documentation use the following base URL:

https://marketplace.twilio.com/v1

The API is served over HTTPS. To ensure data privacy, unencrypted HTTP isn't supported. All responses are in JSON format.


To authenticate requests to the Twilio APIs, use HTTP Basic authentication(link takes you to an external page). Use your API key SID as the username and your API key secret as the password. You can create an API key in the Twilio Console or using the API.

Learn more about Twilio API authentication.


The following table lists some common scenarios along with associated HTTP response codes, Twilio Debugger notifications, and messages that the Marketplace API returns.

HTTP response codeDebugger notificationDescription
404WarningThe Add-on isn't installed on the customer account or no Listing is found with the Installation SID.
403WarningThe Account Sid in the API request doesn't match with the Partner Account Sid attached to the Add-on.
403WarningThe Add-on isn't set up to accept Manual Usage Reporting.
403WarningThe Add-on isn't in one of the Marketing Preview, Private Beta, or Active state.
400WarningQuantity is either null, empty, or 0.
500ErrorError received while generating a billing event.
202N/AThe request is successful, and a billing event is generated.

The Marketplace API includes the following resources for Marketplace Listing publishers:

ResourceDescription
ListingGet or update published Marketplace Listings.
Installed Add-ons UsagesManually report customer usage for your own published Listings.