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

Manage secrets for authenticating event forwarding rules with external systems. Supports token, simple-http, oauth2, and oauth2-google types.

Adobe Launch Secrets 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 Secrets. 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 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.

8 operations 5 paths 13 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 Secrets 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.

Secrets 8

Manage secrets for authenticating event forwarding rules with external systems. Supports token, simple-http, oauth2, and oauth2-google types.

GET
/properties/{propertyId}/secrets
List Secrets for a Property
listSecrets 5 params → 200
POST
/properties/{propertyId}/secrets
Create a Secret
createSecret 1 param body → 201422
GET
/environments/{environmentId}/secrets
List Secrets for an Environment
listSecretsForEnvironment 3 params → 200
GET
/secrets/{secretId}
Retrieve a Secret
getSecret 1 param → 200404
PATCH
/secrets/{secretId}
Update a Secret
updateSecret 1 param body → 200404422
DELETE
/secrets/{secretId}
Delete a Secret
deleteSecret 1 param → 204404
GET
/secrets/{secretId}/environment
Get the Environment for a Secret
getEnvironmentForSecret 1 param → 200
GET
/secrets/{secretId}/property
Get the Property for a Secret
getPropertyForSecret 1 param → 200

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are SecretAttributes (6 properties), PropertyAttributes (5 properties), PropertyResource (4 properties), SecretResource (4 properties). Each schema is shown below with its type and property counts.

SecretAttributes
object
6 properties
PropertyAttributes
object
5 properties
EnvironmentSingleResponse
object
1 property
SecretUpdateRequest
object
1 property 1 required
ErrorResponse
object
1 property
PaginationMeta
object
1 property
SecretResource
object
4 properties
SecretCreateRequest
object
1 property 1 required
PropertyResource
object
4 properties
SecretSingleResponse
object
1 property
Relationship
object
2 properties
PropertySingleResponse
object
1 property
SecretListResponse
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

adobe-launch-secrets-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 Libraries API
Adobe Launch Media Edge API API
Adobe Launch Properties API