Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Tackle.io Marketplace API

AWS Marketplace context endpoints used to assemble offers and amendments.

Tackle.io Marketplace API is one of 28 APIs that Tackle.io publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Marketplace. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 4 operations across 4 paths, and defines 9 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, https://contracts.tackle.io.

4 operations 4 paths 9 schemas 4 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://api.tackle.io
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Tackle.io Marketplace API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (tackleJwt). By default, every request must be authenticated.

  • tackleJwt — Tackle-issued JWT (interactive user or MTM token).

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 4 GET. Each is listed below with its method, path, parameters, and response codes.

Marketplace 4

AWS Marketplace context endpoints used to assemble offers and amendments.

GET
/agreements
List AWS Marketplace Agreements
listAgreements 4 params → 200400401403
GET
/products
List Products
listProducts 3 params → 200401403
GET
/products/{productId}/pricing
Get Product Pricing
getProductPricing 1 param → 200401403404
GET
/allowed-currencies
List Allowed Currencies
listAllowedCurrencies → 200401403

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are ProductPricing (19 properties), Product (10 properties), Agreement (9 properties), PricingDimension (6 properties). Each schema is shown below with its type and property counts.

AgreementList
object
Paginated list of agreements.
3 properties 1 required
Product
object
An AWS Marketplace product owned by the calling seller. The fields below are the most commonly consumed; additional listing-type-specific fields may also be pr…
10 properties 5 required
PricingUnit
object
AMI-only pricing unit.
3 properties
PricingDimension
object
6 properties
ProductPricing
object
Pricing dimensions, billing term defaults, and payment model defaults for an AWS Marketplace product. Use the response to pre-populate a private-offer creation…
19 properties
Agreement
object
A marketplace agreement (entitlement) between a seller and a buyer for a product. For AWS this maps to an AWS Marketplace Agreement.
9 properties 8 required
ScheduledPayment
object
2 properties
Error
object
Error response. Endpoints in the Private Offers and Marketplace tags return the error in a message field. The Partners endpoint returns the error in an error f…
2 properties
UsageDimension
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tackleio-marketplace-api-openapi.yml Raw ↑

Other APIs Tackle.io publishes across the network.

Tackle.io Authentication API
Tackle.io Contracts API
Tackle.io Currencies API
Tackle.io Customers API
Tackle.io Disbursements API
Tackle.io Entitlements API
Tackle.io Groups API
Tackle.io Invitations API
Tackle.io Invoices API
Tackle.io Metering API
Tackle.io Notifications API
Tackle.io Opportunities API