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 Data Elements API

Manage data elements for server-side event processing.

Adobe Launch Data Elements 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 Data Elements. 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 8 operations across 5 paths, and defines 15 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.

8 operations 5 paths 15 schemas 1 DELETE5 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 Data Elements 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 8

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

Data Elements 8

Manage data elements for server-side event processing.

GET
/properties/{propertyId}/data_elements
List Event Forwarding Data Elements
listEventForwardingDataElements 5 params → 200
POST
/properties/{propertyId}/data_elements
Create an Event Forwarding Data Element
createEventForwardingDataElement 1 param body → 201422
GET
/data_elements/{dataElementId}
Retrieve a Data Element
getDataElement 1 param → 200404
PATCH
/data_elements/{dataElementId}
Update a Data Element
updateDataElement 1 param body → 200404422
DELETE
/data_elements/{dataElementId}
Delete a Data Element
deleteDataElement 1 param → 204404
GET
/data_elements/{dataElementId}/revisions
List Revisions for a Data Element
listRevisionsForDataElement 1 param → 200
GET
/data_elements/{dataElementId}/extension
Get the Extension for a Data Element
getExtensionForDataElement 1 param → 200
GET
/data_elements/{dataElementId}/property
Get the Property for a Data Element
getPropertyForDataElement 1 param → 200

Schemas 15

The contract defines 15 schemas that model the data the API accepts and returns. The most detailed are PropertyAttributes (12 properties), ExtensionAttributes (12 properties), PropertyResource (5 properties), ExtensionResource (5 properties). Each schema is shown below with its type and property counts.

PropertyAttributes
object
12 properties
PaginationMeta
object
1 property
ExtensionAttributes
object
12 properties
ExtensionResource
object
5 properties
ExtensionSingleResponse
object
1 property
DataElementUpdateRequest
object
1 property 1 required
Relationship
object
2 properties
PropertySingleResponse
object
1 property
ErrorResponse
object
1 property
DataElementSingleResponse
object
1 property
PropertyResource
object
5 properties
DataElementCreateRequest
object
1 property 1 required
DataElementListResponse
object
2 properties
DataElementResource
object
4 properties
ErrorResponse_2
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

adobe-launch-data-elements-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 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