Tackle Webhooks API declares
4 security schemes
for authenticating requests.
It accepts HTTP bearer tokens (JWT) (BearerAuth).
It accepts HTTP basic authentication (BasicAuthCallback).
An API key is passed in the header as subscription-key (HeaderApiKeyAuthCallback).
It supports OAuth 2.0 (Oauth2AuthCallback) using the clientCredentials flow.
BearerAuth — The Tackle API requires a JWT for authentication. You can get this by [getting your API credentials](https://developers.tackle.io/docs/how-to-get-an-m2m-client…
BasicAuthCallback — Use basic for [basic HTTP authentication](https://en.wikipedia.org/wiki/Basicaccessauthentication); this is only used for callbacks
HeaderApiKeyAuthCallback — Use headerapikey to specify a custom HTTP request header for authentication. Requests from Tackle will use the specified HTTP header for outbound requests to y…
Oauth2AuthCallback — This auth-type is for oauth2 client credentials flow. We will use the clientid and clientsecret to call the tokenurl to get an access token; this is only used…
Paths & Operations 7
Across 4 paths, the API surfaces 7 operations — 2 DELETE, 3 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.
Webhooks 7
Operations for Webhooks
POST
/v1/webhooks
Create or Update a Webhook
v1-create-or-update-webhookbody→ 200400401403
GET
/v1/webhooks
Get All Webhooks for Vendor
v1-get-all-webhooks→ 200400401403
POST
/v1/webhooks/test
Test a Webhook
v1-test-webhookbody→ 200400401403
DELETE
/v1/webhooks/vendor
Delete a Vendor-Level Webhook
v1-delete-webhook→ 200400401403404
GET
/v1/webhooks/vendor
Get a Vendor-Level Webhook
v1-get-vendor-webhook→ 200400401403404
DELETE
/v1/webhooks/product/{productid}
Delete a Product-Level Webhook
v1-delete-product-webhook1 param→ 200400401403404
GET
/v1/webhooks/product/{productid}
Get a Product-Level Webhook
v1-get-product-webhook1 param→ 200400401403404
Schemas 76
The contract defines 76 schemas that model the data the API accepts and returns. The most detailed are WebhookTestExecutionResponseRequestPO (17 properties), GcpEntitlement (17 properties), AzurePrivateOfferCallback (15 properties), GCPPrivateOfferCallback (14 properties). Each schema is shown below with its type and property counts.
WebhookTestExecutionResponseRequestPO
object
17 properties
AzureEntitlement
object
A purchase entitlement from Azure Marketplace
5 properties5 required
GetWebhooksResponseList
array
WebhooksGetAllResponseObject
object
4 properties
GroupId
string
GcpCloud
string
GCP Cloud
Actor
object
4 properties
VendorId
string
Tackle issued identifier for the Vendor
WebhookUrlResponse
stringnull
A valid URL for the endpoint you created to receive Tackle events
Entitlement
object
A purchase entitlement for a given cloud marketplace
AzureCloud
string
Azure Cloud
RedHatSubscriptionRenewType
string
Renew Type
AwsCloud
string
AWS Cloud
OtherMarketplaceData
object
GCP, Azure, and Red Hat do not currently have marketplace specific data
OfferId
string
The AWS issued offer ID, Seller created Azure Plan ID, or the GCP issued Quote ID
AwsCustomerId
string
AWS Account Reference ID
AwsEntitlement
object
A purchase entitlement from AWS Marketplace
4 properties4 required
WebhooksTestRequest
object
3 properties2 required
AzureProductId
string
Azure Offer ID
WebhooksGetResponse
object
2 properties2 required
WebhookTestExecutionResponseRequestOrder
object
10 properties5 required
PrivateOfferEventsEnabled
boolean
This setting registers webhooks for private offer events. Note: This setting can only be configured on a vendor level webhook but applies to all webhooks, incl…
GCPPrivateOfferCallback
object
Link to information on Private Offer payload variables https://developers.tackle.io/reference/private-offer-payloads
14 properties
GCPNewOrderCallback
object
Link to New Offer payload variables https://developers.tackle.io/reference/payload-variables
13 properties
Clouds
A string identifying a cloud marketplace
PrivateOfferMetadata
object
Contains information for a private offer associated with the subscription
3 properties
WebhooksUpsertResponse
object
2 properties1 required
AzurePrivateOfferCallback
object
Link to information on Private Offer payload variables https://developers.tackle.io/reference/private-offer-payloads
15 properties
CustomerId
ProductIdFilter
object
1 property1 required
RedHatEntitlement
object
A purchase entitlement from Red Hat Marketplace
9 properties9 required
AwsMarketplaceData
object
Marketplace data specific to AWS
1 property
RegistrationDetails
object
Registration details of a purchaser that map to defined registration page fields for a given listing. The following fields are required at a minimum: - Company…
3 properties3 required
AWSPrivateOfferCallback
object
Link to information on Private Offer payload variables https://developers.tackle.io/reference/private-offer-payloads
13 properties
AzureNewOrderCallback
object
Link to New Offer payload variables https://developers.tackle.io/reference/payload-variables
13 properties
SubscriptionId
stringnull
Subscription Id
AzureCustomerId
string
Azure Subscription ID
GetWebhooksResponse
object
2 properties2 required
AwsPricing
object
Pricing data for AWS
10 properties
IsFreeTrial
boolean
Designation for Free Trial
RedHatProductId
string
Red Hat Product Id
RedHatCustomerId
string
Red Hat Customer Id
RedHatTermUnit
string
The unit for the term
Metadata
object
Metadata for a given request
1 property1 required
GcpProductId
string
GCP Solution ID
AzureGcpPricing
object
Pricing data for Azure and GCP
9 properties
AWSNewOrderCallback
object
Link to New Offer payload variables https://developers.tackle.io/reference/payload-variables
14 properties
SupportedCloudsFilter
object
1 property1 required
Oauth2
object
2 properties1 required
RedhatNewOrderCallback
object
Link to New Offer payload variables https://developers.tackle.io/reference/payload-variables
13 properties
ResponseStatusCode
integer
Client's status code from executing test webhook
WebhooksRequestFilters
An object with either a valid productid or supportedclouds
Entitlements
array
A list of Entitlement objects
GcpCustomerId
string
GCP External Account ID
RedHatSubscriptionType
string
Type of the subscription
WebhookTestExecutionResponse
object
2 properties1 required
Error
object
4 properties3 required
DeleteWebhookResponse
object
1 property1 required
CreatedAt
string
Creation timestamp, UTC ISO format
AuthType
string
The type of authentication used. Supported types are 'basic', 'headerapikey', and 'oauth2'
WebhookTestExecutionResponseRequest
AuthPayload
An object describing the type of authentication used by your Webhook URL
ProductId
Cloud Marketplace issued ID for a product
EventType
string
Type of event
RedhatPrivateOfferCallback
object
Link to information on Private Offer payload variables https://developers.tackle.io/reference/private-offer-payloads
10 properties
WebhookUrl
string
A valid URL for the endpoint you created to receive Tackle events
HeaderApiKeyAuth
object
3 properties3 required
WebhooksDeleteResponseVendor
object
2 properties2 required
WebhooksDeleteResponseProduct
object
2 properties2 required
PrivateOfferId
string
AwsProductId
string
AWS Product Code
BasicAuth
object
3 properties3 required
GcpEntitlement
object
A purchase entitlement from GCP Marketplace
17 properties5 required
MeteringEventsEnabled
boolean
This setting registers webhooks for metering events. Note: This setting can only be configured on a vendor level webhook but applies to all webhooks, including…
WebhooksRequest
object
5 properties3 required
RedHatCloud
string
Red Hat Cloud
Specification
The full machine-readable OpenAPI contract behind this narrative.
Every API here is available over the API and to AI agents over MCP. APIs is not yet its own endpoint on the v1 API. Reach this content through network search and the tag graph, or the MCP server below.
Installs https://mcp.apievangelist.com/mcp in Claude, Cursor, VS Code and the rest — one button, every client.
MCP tools for apis
4 tools reach this content
search_api_evangelistSearch every content type across the network at once.
find_relatedThe shared-tag relevance graph — what else covers this.
get_tagEverything one tag labels, across all content types.
guide_topicPRO — a curated bundle for a topic: area, guidance, rules, papers, stories, services.
A second provider on the same verified email joins the account you already have.
Your account
ⓘWhere this information came from
This is an independent, third-party profile of Tackle Webhooks 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.