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

Manage compiled tag library builds for deployment.

Adobe Launch Builds 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 Builds. 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 6 operations across 4 paths, and defines 13 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.

6 operations 4 paths 13 schemas 4 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 Builds 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 6

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

Builds 6

Manage compiled tag library builds for deployment.

GET
/libraries/{libraryId}/builds
List Builds for a Library
listBuildsForLibrary 5 params → 200
POST
/libraries/{libraryId}/builds
Create a Build
createBuild 1 param → 201
GET
/builds/{buildId}
Retrieve a Build
getBuild 1 param → 200404
PATCH
/builds/{buildId}
Republish a Build
republishBuild 1 param → 200404
GET
/builds/{buildId}/environment
Get the Environment for a Build
getEnvironmentForBuild 1 param → 200
GET
/builds/{buildId}/library
Get the Library for a Build
getLibraryForBuild 1 param → 200

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are EnvironmentAttributes (9 properties), EnvironmentResource (5 properties), BuildResource (5 properties), LibraryAttributes (5 properties). Each schema is shown below with its type and property counts.

BuildAttributes
object
4 properties
BuildSingleResponse
object
1 property
PaginationMeta
object
1 property
BuildListResponse
object
2 properties
EnvironmentAttributes
object
9 properties
Relationship
object
2 properties
EnvironmentSingleResponse
object
1 property
LibrarySingleResponse
object
1 property
LibraryResource
object
5 properties
ErrorResponse
object
1 property
LibraryAttributes
object
5 properties
BuildResource
object
5 properties
EnvironmentResource
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

adobe-launch-builds-api-openapi.yml Raw ↑

Other APIs Adobe Launch publishes across the network.

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 Libraries API
Adobe Launch Media Edge API API
Adobe Launch Properties API
Adobe Launch Rule Components API