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

Adobe Launch Extension Packages API

Manage extension packages that define capabilities, library modules, and views available to Adobe Experience Platform Tags users.

Adobe Launch Extension Packages API is one of 16 APIs that Adobe Launch publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 6 JSON Schema definitions.

Tagged areas include Extension Packages. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, a getting-started guide, a changelog, and 6 JSON Schemas.

This API exposes 5 operations across 3 paths, and defines 8 schemas. It is described by OpenAPI 3.1.0, at version 2.0.0.

Requests are made against 2 base URLs: https://edge.adobedc.net, https://server.adobedc.net.

5 operations 3 paths 8 schemas 3 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Base URL
https://reactor.adobe.io
Authentication
HTTP Bearer, API Key, API Key
Terms of Service
Resource Areas
1

Authentication & Security 3

Adobe Launch Extension Packages API declares 3 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). An API key is passed in the header as x-api-key (apiKey). An API key is passed in the header as x-gw-ims-org-id (orgId).

  • bearerAuth — OAuth 2.0 access token for authenticated data collection via server.adobedc.net.
  • apiKey — Client ID credential from Adobe Developer Console.
  • orgId — Adobe Organization ID.

Paths & Operations 5

Across 3 paths, the API surfaces 5 operations — 3 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Extension Packages 5

Manage extension packages that define capabilities, library modules, and views available to Adobe Experience Platform Tags users.

GET
/extension_packages
List Extension Packages
listExtensionPackages 7 params → 200
POST
/extension_packages
Create an Extension Package
createExtensionPackage body → 201400422
GET
/extension_packages/{extensionPackageId}
Retrieve an Extension Package
getExtensionPackage 1 param → 200404
PATCH
/extension_packages/{extensionPackageId}
Update an Extension Package
updateExtensionPackage 1 param body → 200404422
GET
/extension_packages/{extensionPackageId}/versions
List Versions for an Extension Package
listVersionsForExtensionPackage 3 params → 200

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are ExtensionPackageAttributes (13 properties), ExtensionPackageResource (5 properties), ExtensionPackageListResponse (2 properties), Relationship (2 properties). Each schema is shown below with its type and property counts.

ExtensionPackageSingleResponse
object
1 property
ErrorResponse
object
1 property
PaginationMeta
object
1 property
ExtensionPackageUpdateRequest
object
1 property 1 required
ExtensionPackageResource
object
5 properties
ExtensionPackageListResponse
object
2 properties
Relationship
object
2 properties
ExtensionPackageAttributes
object
13 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

adobe-launch-extension-packages-api-openapi.yml Raw ↑

Other APIs Adobe Launch publishes across the network.

Adobe Launch Builds API
Adobe Launch Callbacks API
Adobe Launch Companies API
Adobe Launch Data Elements API
Adobe Launch Edge Network API API
Adobe Launch Environments API
Adobe Launch Extensions API
Adobe Launch Hosts API
Adobe Launch Libraries API
Adobe Launch Media Edge API API
Adobe Launch Properties API
Adobe Launch Rule Components API