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

Manage libraries for event forwarding deployment.

Adobe Launch Libraries 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 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 13 operations across 9 paths, and defines 28 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.

13 operations 9 paths 28 schemas 1 DELETE7 GET2 PATCH3 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 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 13

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

Libraries 13

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

Schemas 28

The contract defines 28 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.

PropertyAttributes
object
12 properties
PaginationMeta
object
1 property
ExtensionAttributes
object
12 properties
EnvironmentAttributes
object
9 properties
ExtensionResource
object
5 properties
LibrarySingleResponse_2
object
1 property
Relationship
object
2 properties
RelationshipRequest
object
1 property
PropertySingleResponse
object
1 property
LibraryUpdateRequest
object
1 property 1 required
EnvironmentSingleResponse
object
1 property
RelationshipSingleRequest
object
1 property
LibraryCreateRequest
object
1 property 1 required
RuleResource
object
5 properties
LibrarySingleResponse
object
1 property
RuleAttributes
object
7 properties
ExtensionListResponse
object
2 properties
LibraryListResponse
object
1 property
LibraryResource
object
5 properties
RuleListResponse
object
2 properties
ErrorResponse
object
1 property
LibraryAttributes
object
5 properties
DataElementAttributes
object
13 properties
PropertyResource
object
5 properties
EnvironmentResource
object
5 properties
DataElementListResponse
object
2 properties
DataElementResource
object
5 properties
ErrorResponse_2
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