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

Adobe Launch Extensions API

Manage extensions installed in event forwarding properties.

Adobe Launch Extensions API is one of 36 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 Extensions. 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 22 operations across 15 paths, and defines 68 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 2 base URLs: https://reactor.adobe.io, //reactor.adobe.io.

22 operations 15 paths 68 schemas 2 DELETE15 GET2 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://reactor.adobe.io
Authentication
HTTP Bearer, API Key, API Key
Resource Areas
1

Authentication & Security 3

Adobe Launch Extensions 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 22

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

Extensions 22

Manage extensions installed in event forwarding properties.

GET
/properties/{propertyId}/extensions
List Event Forwarding Extensions
listEventForwardingExtensions 3 params → 200
POST
/properties/{propertyId}/extensions
Install an Extension
installExtension 1 param body → 201422
GET
/extensions/{extensionId}
Retrieve an Extension
getExtension 1 param → 200404
PATCH
/extensions/{extensionId}
Revise an Extension
reviseExtension 1 param body → 200404422
DELETE
/extensions/{extensionId}
Delete an Extension
deleteExtension 1 param → 204404
GET
/extensions/{extensionId}/extension_package
Get the Extension Package for an Extension
getExtensionPackageForExtension 1 param → 200
GET
/extensions/{extensionId}/revisions
List Revisions for an Extension
listRevisionsForExtension 1 param → 200
GET
/extensions/{extensionId}/libraries
List Libraries for an Extension
listLibrariesForExtension 1 param → 200
GET
/extensions/{extensionId}/origin
Get the Origin for an Extension
getOriginForExtension 1 param → 200
GET
/extensions/{extensionId}/property
Get the Property for an Extension
getPropertyForExtension 1 param → 200
GET
/properties/{PROPERTY_ID}/extensions
List a property's extensions
listExtensions 17 params → 200
POST
/properties/{PROPERTY_ID}/extensions
Create an extension
createExtension 5 params body → 201
GET
/extensions/{EXTENSION_ID}
Retrieve an extension
retrieveExtension 5 params → 200
DELETE
/extensions/{EXTENSION_ID}
Delete an extension
deleteExtension 4 params → 204
PATCH
/extensions/{EXTENSION_ID}
Revise an extension
reviseExtension 5 params body → 200
GET
/extensions/{EXTENSION_ID}/extension_package
Retrieve the extension package for an extension
retrievePackageForExtension 5 params → 200
GET
/extensions/{EXTENSION_ID}/libraries
List the libraries that use an extension
listExtensionLibraries 7 params → 200
GET
/extensions/{EXTENSION_ID}/property
Retrieve an extension's property
retrieveExtensionProperty 5 params → 200
GET
/extensions/{EXTENSION_ID}/origin
Retrieve an extension's origin
retrieveExtensionOrigin 5 params → 200
GET
/extensions/{EXTENSION_ID}/revisions
List an extension's revisions
listExtensionRevisions 7 params → 200
GET
/extensions/{EXTENSION_ID}/notes
List an extension's notes
listExtensionNotes 7 params → 200
POST
/extensions/{EXTENSION_ID}/notes
Create a note for an extension
createExtensionNote 5 params body → 201

Schemas 68

The contract defines 68 schemas that model the data the API accepts and returns. The most detailed are ExtensionPackageAttributes (13 properties), ExtensionAttributes (12 properties), conditionEntity (8 properties), actionEntity (8 properties). Each schema is shown below with its type and property counts.

extensionsRelationships
object
1 property 1 required
extensionsLibrariesListResponse
extensionsExtensionPackageLookupResponse
relatedProperty
object
1 property
extensionsCreatePayload
notesLookupResponse
extensionPackagesLookupResponse
notesCreatePayload
Relationship
object
2 properties
notesListResponse
dataUpdateWithMeta
object
1 property 1 required
extensionPackagesEntity
metaList
object
1 property
ExtensionSingleResponse
object
1 property
ExtensionInstallRequest
object
1 property 1 required
dataCreateWithRelationships
object
1 property 1 required
extensionsRevisionsListResponse
ExtensionListResponse
object
1 property
extensionsAttributes
object
3 properties
basicResourceProperties
object
2 properties
extensionsPropertyLookupResponse
relatedUpdatedWithExtensionPackage
object
1 property
extensionsUpdateResponse
dataLookup
object
1 property
extensionsUpdatePayload
ExtensionListResponse_2
object
2 properties
ExtensionPackageAttributes
object
13 properties
LibraryListResponse
object
1 property
conditionEntity
object
8 properties
extensionsListResponse
ExtensionPackageResource
object
5 properties
relatedLibraries
object
1 property
actionEntity
object
8 properties
propertiesLookupResponse
ExtensionReviseRequest
object
1 property 1 required
relatedCallbacks
object
1 property
eventEntity
object
8 properties
extensionsOriginLookupResponse
relatedExtensionPackage
object
1 property
ExtensionPackageSingleResponse
object
1 property
dataList
object
1 property
relatedRules
object
1 property
relatedNotes
object
1 property
notesAttributes
object
1 property 1 required
dataCreate
object
1 property 1 required
propertiesEntity
relatedDataElements
object
1 property
extensionsNotesCreateResponse
relatedResource
object
1 property
extensionsNotesListResponse
relatedRevisions
object
1 property
extensionsCreateResponse
PaginationMeta
object
1 property
ExtensionResource
object
5 properties
extensionsEntity
relatedEnvironments
object
1 property
ErrorResponse
object
1 property
relatedCompany
object
1 property
relatedOrigin
object
1 property
extensionsNotesCreatePayload
notesEntity
ExtensionAttributes
object
12 properties
relatedHosts
object
1 property
librariesListResponse
extensionsLookupResponse
PropertySingleResponse
object
1 property
relatedExtensions
object
1 property
dataElementEntity
object
8 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

adobe-launch-extensions-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 Extension Packages API
Adobe Launch Hosts API
Adobe Launch Libraries API
Adobe Launch Media Edge API API
Adobe Launch Properties API
Adobe Launch Rule Components API
Where this information came from

This is an independent, third-party profile of Adobe Launch Extensions 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.