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 Libraries API

Manage libraries for event forwarding deployment.

Adobe Launch Libraries 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 Libraries. 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 43 operations across 23 paths, and defines 117 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.

43 operations 23 paths 117 schemas 6 DELETE21 GET7 PATCH9 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 Libraries 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 43

Across 23 paths, the API surfaces 43 operations — 6 DELETE, 21 GET, 7 PATCH, 9 POST. Each is listed below with its method, path, parameters, and response codes.

Libraries 43

Manage libraries for event forwarding deployment.

GET
/properties/{propertyId}/libraries
List Event Forwarding Libraries
listEventForwardingLibraries 3 params → 200
POST
/properties/{propertyId}/libraries
Create an Event Forwarding Library
createEventForwardingLibrary 1 param body → 201422
GET
/libraries/{libraryId}
Retrieve a Library
getLibrary 1 param → 200404
PATCH
/libraries/{libraryId}
Update a Library
updateLibrary 1 param body → 200404422
POST
/libraries/{libraryId}/relationships/{resourceType}
Add Resources to a Library
addResourcesToLibrary 2 params body → 200422
PATCH
/libraries/{libraryId}/relationships/{resourceType}
Replace Resources in a Library
replaceResourcesInLibrary 2 params body → 200422
DELETE
/libraries/{libraryId}/relationships/{resourceType}
Remove Resources From a Library
removeResourcesFromLibrary 2 params body → 204
POST
/libraries/{libraryId}/relationships/environment
Set Environment for a Library
setEnvironmentForLibrary 1 param body → 200422
GET
/libraries/{libraryId}/data_elements
List Data Elements for a Library
listDataElementsForLibrary 1 param → 200
GET
/libraries/{libraryId}/extensions
List Extensions for a Library
listExtensionsForLibrary 1 param → 200
GET
/libraries/{libraryId}/rules
List Rules for a Library
listRulesForLibrary 1 param → 200
GET
/libraries/{libraryId}/environment
Get the Environment for a Library
getEnvironmentForLibrary 1 param → 200
GET
/libraries/{libraryId}/property
Get the Property for a Library
getPropertyForLibrary 1 param → 200
GET
/properties/{PROPERTY_ID}/libraries
List a property's libraries
listLibraries 12 params → 200
POST
/properties/{PROPERTY_ID}/libraries
Create a library
createLibrary 5 params body → 201
GET
/libraries/{LIBRARY_ID}
Retrieve a library
retrieveLibrary 5 params → 200
DELETE
/libraries/{LIBRARY_ID}
Delete a library
deleteLibrary 4 params → 204
PATCH
/libraries/{LIBRARY_ID}
Update a library
updateLibrary 5 params body → 200
GET
/libraries/{LIBRARY_ID}/property
Retrieve a library's property
retrieveLibraryProperty 5 params → 200
GET
/libraries/{LIBRARY_ID}/builds
List a library's builds
listLibraryBuilds 11 params → 200
POST
/libraries/{LIBRARY_ID}/builds
Create a build
createBuild 4 params → 201
GET
/libraries/{LIBRARY_ID}/environment
Retrieve a library's related environment
retrieveLibraryEnvironment 5 params → 200
GET
/libraries/{LIBRARY_ID}/upstream_library
Retrieve a library's upstream library
retrieveUpstreamLibrary 5 params → 200
GET
/libraries/{LIBRARY_ID}/data_elements
List a library's related data elements
listLibraryDataElements 7 params → 200
GET
/libraries/{LIBRARY_ID}/relationships/data_elements
List a library's data element relationships
listLibraryRelationships 7 params → 200
POST
/libraries/{LIBRARY_ID}/relationships/data_elements
Add data elements to a specific library.
addDataElement 5 params body → 200
DELETE
/libraries/{LIBRARY_ID}/relationships/data_elements
Remove a library's data element relationships
deleteLibraryRelationships 5 params body → 200
PATCH
/libraries/{LIBRARY_ID}/relationships/data_elements
Replace all data element relationships for a specific library
updateLibraryRelationships 5 params body → 200
GET
/libraries/{LIBRARY_ID}/relationships/environment
Retrieve a library's environment relationship
getLibraryEnvironmentRelationship 5 params → 200
DELETE
/libraries/{LIBRARY_ID}/relationships/environment
Remove a library's environment relationship
removeLibraryRelationship 5 params → 200
PATCH
/libraries/{LIBRARY_ID}/relationships/environment
Set a library's environment relationship
updateLibraryRelationship 5 params body → 200
GET
/libraries/{LIBRARY_ID}/extensions
List a library's related extensions
listLibraryExtensions 7 params → 200
GET
/libraries/{LIBRARY_ID}/relationships/extensions
List a library's extension relationships
listExtensionRelationships 7 params → 200
POST
/libraries/{LIBRARY_ID}/relationships/extensions
Add extensions to a specific library
addExtension 5 params body → 200
DELETE
/libraries/{LIBRARY_ID}/relationships/extensions
Remove a library's extensions
removeLibraryExtensions 5 params → 200
PATCH
/libraries/{LIBRARY_ID}/relationships/extensions
Replace all extensions for a specific library
updateLibraryExtensions 5 params body → 200
GET
/libraries/{LIBRARY_ID}/rules
List a library's related rules
listLibraryRules 7 params → 200
GET
/libraries/{LIBRARY_ID}/relationships/rules
List a library's rule relationships
listLibraryRuleRelationships 7 params → 200
POST
/libraries/{LIBRARY_ID}/relationships/rules
Add rules to a specific library
addLibraryRules 5 params body → 200
DELETE
/libraries/{LIBRARY_ID}/relationships/rules
Remove a library's rules
removeLibraryRules 5 params body → 200
PATCH
/libraries/{LIBRARY_ID}/relationships/rules
Replace all rules for a specific library
updateLibraryRules 5 params body → 200
GET
/libraries/{LIBRARY_ID}/notes
List a library's notes
listLibraryNotes 10 params → 200
POST
/libraries/{LIBRARY_ID}/notes
Create a note for a library
createLibraryNote 5 params body → 201

Schemas 117

The contract defines 117 schemas that model the data the API accepts and returns. The most detailed are DataElementAttributes (13 properties), ExtensionAttributes (12 properties), PropertyAttributes (12 properties), EnvironmentAttributes (9 properties). Each schema is shown below with its type and property counts.

relationshipsListResponse
object
2 properties
librariesRuleRelationshipsCreateResponse
relatedExtensionsWithSelf
object
1 property
relatedLibrary
object
1 property
librariesCreateRuleRelationshipsPayload
librariesCreateDataElementRelationshipsPayload
librariesDataElementRelationshipsDeleteResponse
RelationshipRequest
object
1 property
basicResourceProperties
object
2 properties
LibraryCreateRequest
object
1 property 1 required
buildsLookupResponse
LibraryAttributes
object
5 properties
relatedNotes
object
1 property
librariesRuleRelationshipsUpdateResponse
librariesLookupUpstreamResponse
buildsCreateResponse
propertiesEntity
relatedDataElements
object
1 property
librariesRuleRelationshipsDeleteResponse
librariesEnvironmentRelationshipDeleteResponse
relatedCompany
object
1 property
librariesCreatePayload
PropertySingleResponse
object
1 property
librariesDataElementRelationshipsListResponse
relatedRulesWithSelf
object
1 property
buildsListResponse
relationshipEntity
object
2 properties
PropertyAttributes
object
12 properties
dataUpdateLibrary
object
1 property 1 required
relatedProperty
object
1 property
DataElementAttributes
object
13 properties
librariesEnvironmentRelationshipCreateResponse
environmentsEntity
relatedUpstreamLibrary
object
1 property
notesCreatePayload
notesListResponse
deleteRelationshipsPayload
object
1 property
relatedEnvironment
object
1 property
RuleResource
object
5 properties
DataElementResource
object
5 properties
relatedLibraries
object
1 property
propertiesLookupResponse
RuleAttributes
object
7 properties
librariesExtensionRelationshipsDeleteResponse
relatedRules
object
1 property
relatedDataElementsWithSelf
object
1 property
notesAttributes
object
1 property 1 required
ExtensionResource
object
5 properties
PaginationMeta
object
1 property
ErrorResponse
object
1 property
notesEntity
librariesExtensionsListResponse
ExtensionAttributes
object
12 properties
librariesPropertyLookupResponse
createRelationshipsPayload
object
1 property
librariesNotesCreatePayload
librariesDeleteRuleRelationshipsPayload
librariesUpdatePayload
librariesCreateExtensionRelationshipsPayload
librariesDeleteDataElementRelationshipsPayload
DataElementListResponse
object
2 properties
librariesUpdateRuleRelationshipsPayload
Relationship
object
2 properties
metaList
object
1 property
librariesUpdateDataElementRelationshipsPayload
EnvironmentResource
object
5 properties
relationshipsLookupResponse
object
2 properties
RelationshipSingleRequest
object
1 property
environmentsLookupResponse
dataLookup
object
1 property
PropertyResource
object
5 properties
LibraryListResponse
object
1 property
extensionsListResponse
librariesRulesListResponse
librariesAttributes
object
1 property 1 required
LibrarySingleResponse
object
1 property
relatedCallbacks
object
1 property
LibraryResource
object
5 properties
librariesNotesListResponse
dataList
object
1 property
librariesExtensionRelationshipsUpdateResponse
RuleListResponse
object
2 properties
LibrarySingleResponse_2
object
1 property
librariesExtensionRelationshipsCreateResponse
relatedResource
object
1 property
librariesLookupEnvironmentResponse
relatedEnvironments
object
1 property
librariesCreateEnvironmentRelationshipsPayload
librariesListResponse
EnvironmentSingleResponse
object
1 property
ErrorResponse_2
object
1 property
librariesEnvironmentRelationshipLookupResponse
dataElementsListResponse
notesLookupResponse
librariesCreateResponse
relatedLastBuild
object
1 property
librariesLookupResponse
rulesListResponse
relatedHost
object
1 property
ExtensionListResponse
object
2 properties
EnvironmentAttributes
object
9 properties
librariesDataElementRelationshipsCreateResponse
LibraryUpdateRequest
object
1 property 1 required
buildsEntity
librariesDataElementRelationshipsUpdateResponse
librariesNotesCreateResponse
librariesEntity
librariesUpdateResponse
librariesRuleRelationshipsListResponse
relatedBuilds
object
1 property
dataCreate
object
1 property 1 required
librariesExtensionRelationshipsListResponse
librariesDataElementsListResponse
createRelationshipPayload
object
1 property
relatedHosts
object
1 property
librariesUpdateExtensionRelationshipsPayload
relatedExtensions
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

adobe-launch-libraries-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 Extensions API
Adobe Launch Hosts 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 Libraries 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.