After signing in, you can create credentials that can be used to call the Platform APIs.
Download OpenAPI specification:Download
Use the Reactor API to programmatically manage resources and develop tag extensions in Adobe Experience Platform. Related documentation:
API paths:
/properties
: https://reactor.adobe.io/propertiesRequired headers:
Authorization
, x-gw-ims-org-id
, and x-api-key
. For more information on how to obtain these values, see the authentication tutorial.Accept
header to determine what data is returned by the system. In most cases, this value will be application/vnd.api+json;revision=#
(where #
is the revision number of the resource you want to retrieve, e.g. 1
).Content-Type
. The specific Content-Type
value for each call is provided in the parameters sections in the endpoints listed below.You can now interact with the Experience Platform API endpoints directly from this API reference page. Get your authentication credentials and use the Try it functionality in the right rail. Note that by using this functionality, you are making real API calls. Keep this in mind when you interact with production sandboxes.
A company represents the organization of a tags user, typically a business. These companies match 1:1 with IMS Organization IDs. API users will only have visibility into the companies to which they have access. Nearly all API usage is performed using an Adobe I/O integration which is scoped to a single IMS Org, and therefore the /companies endpoint is not a major part of most workflows. Most use cases start with a property instead.
NOTE: For more information on using this operation, see the companies endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the companies endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "name": "string",
- "org_id": "string",
- "updated_at": "string",
- "token": "string",
- "cjm_enabled": true,
- "edge_enabled": true,
- "edge_events_allotment": 0,
- "edge_fanout_ratio": 0,
- "premium_cdn_enabled": true,
- "sla_enabled": true
}, - "relationships": {
- "properties": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "self": "string",
- "properties": "string"
}, - "meta": {
- "rights": [
- "string"
], - "platform_rights": {
- "web": [
- "string"
], - "mobile": [
- "string"
]
}
}
}
}
NOTE: For more information on using this operation, see the properties endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the properties endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "platform": "string",
- "development": true,
- "domains": [
- "string"
], - "privacy": "string",
- "rule_component_sequencing_enabled": true,
- "ssl_enabled": true,
- "undefined_vars_return_empty": true
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "enabled": true,
- "name": "string",
- "updated_at": "string",
- "platform": "string",
- "development": true,
- "token": "string",
- "domains": [
- "string"
], - "undefined_vars_return_empty": true,
- "rule_component_sequencing_enabled": true
}, - "relationships": {
- "company": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "callbacks": {
- "links": {
- "related": "string"
}
}, - "hosts": {
- "links": {
- "related": "string"
}
}, - "environments": {
- "links": {
- "related": "string"
}
}, - "libraries": {
- "links": {
- "related": "string"
}
}, - "data_elements": {
- "links": {
- "related": "string"
}
}, - "extensions": {
- "links": {
- "related": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "company": "string",
- "data_elements": "string",
- "environments": "string",
- "extensions": "string",
- "rules": "string",
- "self": "string"
}, - "meta": {
- "rights": [
- "string"
]
}
}
}
NOTE: For more information on using this operation, see the app configurations endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the app configurations endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "app_id": "string",
- "platform": "string",
- "messaging_service": "string",
- "key_type": "string",
- "push_credential": { }
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "updated_at": "string",
- "app_id": "string",
- "name": "string",
- "platform": "string",
- "messaging_service": "string",
- "key_type": "string"
}, - "relationships": {
- "company": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "company": "string",
- "self": "string"
}
}
}
A property is a container that holds most of the other resources available within the Reactor API. The only resources that are not owned by a property are audit events, companies, extension packages, and profiles. A property belongs to exactly one company, and a company can have many properties.
NOTE: For more information on using this operation, see the properties endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the properties endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "platform": "string",
- "development": true,
- "domains": [
- "string"
], - "privacy": "string",
- "rule_component_sequencing_enabled": true,
- "ssl_enabled": true,
- "undefined_vars_return_empty": true
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "enabled": true,
- "name": "string",
- "updated_at": "string",
- "platform": "string",
- "development": true,
- "token": "string",
- "domains": [
- "string"
], - "undefined_vars_return_empty": true,
- "rule_component_sequencing_enabled": true
}, - "relationships": {
- "company": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "callbacks": {
- "links": {
- "related": "string"
}
}, - "hosts": {
- "links": {
- "related": "string"
}
}, - "environments": {
- "links": {
- "related": "string"
}
}, - "libraries": {
- "links": {
- "related": "string"
}
}, - "data_elements": {
- "links": {
- "related": "string"
}
}, - "extensions": {
- "links": {
- "related": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "company": "string",
- "data_elements": "string",
- "environments": "string",
- "extensions": "string",
- "rules": "string",
- "self": "string"
}, - "meta": {
- "rights": [
- "string"
]
}
}
}
NOTE: For more information on using this operation, see the properties endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "enabled": true,
- "name": "string",
- "updated_at": "string",
- "platform": "string",
- "development": true,
- "token": "string",
- "domains": [
- "string"
], - "undefined_vars_return_empty": true,
- "rule_component_sequencing_enabled": true
}, - "relationships": {
- "company": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "callbacks": {
- "links": {
- "related": "string"
}
}, - "hosts": {
- "links": {
- "related": "string"
}
}, - "environments": {
- "links": {
- "related": "string"
}
}, - "libraries": {
- "links": {
- "related": "string"
}
}, - "data_elements": {
- "links": {
- "related": "string"
}
}, - "extensions": {
- "links": {
- "related": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "company": "string",
- "data_elements": "string",
- "environments": "string",
- "extensions": "string",
- "rules": "string",
- "self": "string"
}, - "meta": {
- "rights": [
- "string"
]
}
}
}
NOTE: For more information on using this operation, see the properties endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
No content
NOTE: For more information on using this operation, see the properties endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being updated. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "platform": "string",
- "development": true,
- "domains": [
- "string"
], - "privacy": "string",
- "rule_component_sequencing_enabled": true,
- "ssl_enabled": true,
- "undefined_vars_return_empty": true
}, - "id": "string",
- "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "enabled": true,
- "name": "string",
- "updated_at": "string",
- "platform": "string",
- "development": true,
- "token": "string",
- "domains": [
- "string"
], - "undefined_vars_return_empty": true,
- "rule_component_sequencing_enabled": true
}, - "relationships": {
- "company": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "callbacks": {
- "links": {
- "related": "string"
}
}, - "hosts": {
- "links": {
- "related": "string"
}
}, - "environments": {
- "links": {
- "related": "string"
}
}, - "libraries": {
- "links": {
- "related": "string"
}
}, - "data_elements": {
- "links": {
- "related": "string"
}
}, - "extensions": {
- "links": {
- "related": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "company": "string",
- "data_elements": "string",
- "environments": "string",
- "extensions": "string",
- "rules": "string",
- "self": "string"
}, - "meta": {
- "rights": [
- "string"
]
}
}
}
NOTE: For more information on using this operation, see the properties endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "name": "string",
- "org_id": "string",
- "updated_at": "string",
- "token": "string",
- "cjm_enabled": true,
- "edge_enabled": true,
- "edge_events_allotment": 0,
- "edge_fanout_ratio": 0,
- "premium_cdn_enabled": true,
- "sla_enabled": true
}, - "relationships": {
- "properties": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "self": "string",
- "properties": "string"
}, - "meta": {
- "rights": [
- "string"
], - "platform_rights": {
- "web": [
- "string"
], - "mobile": [
- "string"
]
}
}
}
}
NOTE: For more information on using this operation, see the callbacks endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the callbacks endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes for the resource being created. |
Success
{- "data": {
- "attributes": {
- "subscriptions": [
- "string"
], - "url": "string"
}
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "subscriptions": [
- "string"
], - "updated_at": "string",
- "url": "string"
}, - "relationships": {
- "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "self": "string"
}
}
}
NOTE: For more information on using this operation, see the data elements endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the data elements endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes, relationships, and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "delegate_descriptor_id": "string",
- "clean_text": true,
- "default_value": { },
- "enabled": true,
- "force_lower_case": true,
- "settings": "string",
- "storage_duration": "pageview"
}, - "relationships": {
- "extension": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "deleted_at": "string",
- "dirty": true,
- "enabled": true,
- "name": "string",
- "published": true,
- "published_at": "string",
- "updated_at": "string",
- "clean_text": true,
- "default_value": { },
- "delegate_descriptor_id": "string",
- "force_lower_case": true,
- "settings": "string",
- "storage_duration": "pageview"
}, - "relationships": {
- "libraries": {
- "links": {
- "related": "string"
}
}, - "revisions": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "origin": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "extension": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "updated_with_extension_package": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "updated_with_extension": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "origin": "string",
- "self": "string",
- "extension": "string"
}, - "meta": {
- "latest_revision_number": 0
}
}
}
NOTE: For more information on using this operation, see the environments endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the environments endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes, relationships, and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "archive": true,
- "archive_passphrase": "string",
- "path": "string",
- "stage": "string"
}, - "relationships": {
- "host": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "archive": true,
- "created_at": "string",
- "library_path": "string",
- "library_name": "string",
- "library_entry_points": [
- {
- "library_name": "string",
- "minified": true,
- "references": [
- "string"
], - "license_path": "string"
}
], - "name": "string",
- "path": "string",
- "stage": "string",
- "updated_at": "string",
- "status": "string",
- "token": "string"
}, - "relationships": {
- "library": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "builds": {
- "links": {
- "related": "string"
}
}, - "host": {
- "links": {
- "related": "string",
- "self": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "self": "string"
}, - "meta": {
- "archive_encrypted": true,
- "script_sources": [
- "string"
]
}
}
}
NOTE: For more information on using this operation, see the extensions endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the extensions endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes, relationships, and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "delegate_descriptor_id": "string",
- "enabled": true,
- "settings": "string"
}, - "relationships": {
- "extension_package": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "deleted_at": "string",
- "dirty": true,
- "enabled": true,
- "name": "string",
- "published": true,
- "published_at": "string",
- "revision_number": 0,
- "updated_at": "string",
- "delegate_descriptor_id": "string",
- "display_name": "string",
- "review_status": "string",
- "version": "string",
- "settings": "string"
}, - "relationships": {
- "libraries": {
- "links": {
- "related": "string"
}
}, - "revisions": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "origin": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "updated_with_extension_package": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "extension_package": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "origin": "string",
- "self": "string",
- "extension_package": "string",
- "latest_extension_package": "string"
}, - "meta": {
- "latest_revision_number": 0
}
}
}
NOTE: For more information on using this operation, see the hosts endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the hosts endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "type_of": "string",
- "encrypted_private_key": "string",
- "server": "string",
- "skip_symlinks": true,
- "path": "string",
- "port": 0,
- "username": "string"
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "server": "string",
- "name": "string",
- "path": "string",
- "port": 0,
- "status": "string",
- "skip_symlinks": true,
- "type_of": "string",
- "updated_at": "string",
- "username": "string"
}, - "relationships": {
- "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "self": "string"
}
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
page[size] | integer <= 100 Default: 25 Limits the number of results per page (for example, |
page[number] | integer Default: 1 The page index to return for the listing response (for example,
|
created_at | string Filter by |
updated_at | string Filter by |
name | string Filter by |
stale | string Filter by |
state | string Filter by |
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "name": "string"
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "name": "string",
- "published_at": "string",
- "state": "string",
- "updated_at": "string",
- "build_required": true,
- "stale": "upstream_changed"
}, - "relationships": {
- "builds": {
- "links": {
- "related": "string"
}
}, - "environment": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "data_elements": {
- "links": {
- "related": "string",
- "self": "string"
}
}, - "extensions": {
- "links": {
- "related": "string",
- "self": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "rules": {
- "links": {
- "related": "string",
- "self": "string"
}
}, - "upstream_library": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "last_build": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "self": "string"
}, - "meta": {
- "build_status": "string",
- "build_required_detail": "string"
}
}
}
NOTE: For more information on using this operation, see the rules endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the rules endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "enabled": true
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "deleted_at": "string",
- "dirty": true,
- "enabled": true,
- "name": "string",
- "published": true,
- "published_at": "string",
- "revision_number": 0,
- "updated_at": "string",
- "review_status": "string"
}, - "relationships": {
- "libraries": {
- "links": {
- "related": "string"
}
}, - "revisions": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "origin": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "property": "string",
- "origin": "string",
- "self": "string",
- "rule_components": "string"
}, - "meta": {
- "latest_revision_number": "string"
}
}
}
NOTE: For more information on using this operation, see the secrets endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the secrets endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes, relationships, and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "type_of": "string",
- "credentials": { }
}, - "relationships": {
- "environment": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "updated_at": "string",
- "name": "string",
- "type_of": "string",
- "activated_at": "string",
- "expires_at": "string",
- "refreshes_at": "string",
- "status": "string",
- "credentials": { }
}, - "relationships": {
- "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "environment": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}, - "meta": {
- "stage": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "data_elements": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "self": "string",
- "property": "string"
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "text": "string"
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "author_display_name": "string",
- "author_email": "string",
- "created_at": "string",
- "text": "string"
}, - "relationships": {
- "resource": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "resource": "string",
- "self": "string"
}
}
}
A data element functions as a variable which points to an important piece of data within your application. Data elements are used within rules and extension configurations. When the rule is triggered at runtime in a browser or an application, the value of the data element is resolved and used within the rule.
NOTE: For more information on using this operation, see the data elements endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the data elements endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes, relationships, and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "delegate_descriptor_id": "string",
- "clean_text": true,
- "default_value": { },
- "enabled": true,
- "force_lower_case": true,
- "settings": "string",
- "storage_duration": "pageview"
}, - "relationships": {
- "extension": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "deleted_at": "string",
- "dirty": true,
- "enabled": true,
- "name": "string",
- "published": true,
- "published_at": "string",
- "updated_at": "string",
- "clean_text": true,
- "default_value": { },
- "delegate_descriptor_id": "string",
- "force_lower_case": true,
- "settings": "string",
- "storage_duration": "pageview"
}, - "relationships": {
- "libraries": {
- "links": {
- "related": "string"
}
}, - "revisions": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "origin": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "extension": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "updated_with_extension_package": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "updated_with_extension": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "origin": "string",
- "self": "string",
- "extension": "string"
}, - "meta": {
- "latest_revision_number": 0
}
}
}
NOTE: For more information on using this operation, see the data elements endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "deleted_at": "string",
- "dirty": true,
- "enabled": true,
- "name": "string",
- "published": true,
- "published_at": "string",
- "updated_at": "string",
- "clean_text": true,
- "default_value": { },
- "delegate_descriptor_id": "string",
- "force_lower_case": true,
- "settings": "string",
- "storage_duration": "pageview"
}, - "relationships": {
- "libraries": {
- "links": {
- "related": "string"
}
}, - "revisions": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "origin": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "extension": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "updated_with_extension_package": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "updated_with_extension": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "origin": "string",
- "self": "string",
- "extension": "string"
}, - "meta": {
- "latest_revision_number": 0
}
}
}
When updating a data element, its ID must be provided in both the request path and the request payload. These IDs must match in order for the call to be successful.
You can also create a new revision of the data element which is assigned its own ID. The original data element may be discovered via the origin link. Revising a data element is achieved by supplying a meta
attribute containing an action
property with the value revise
. Excluding this property will update the current revision of the data element without creating a new one.
NOTE: For more information on using this operation, see the data elements endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being updated. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "delegate_descriptor_id": "string",
- "clean_text": true,
- "default_value": { },
- "enabled": true,
- "force_lower_case": true,
- "settings": "string",
- "storage_duration": "pageview"
}, - "meta": {
- "action": "string"
}, - "id": "string",
- "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "deleted_at": "string",
- "dirty": true,
- "enabled": true,
- "name": "string",
- "published": true,
- "published_at": "string",
- "updated_at": "string",
- "clean_text": true,
- "default_value": { },
- "delegate_descriptor_id": "string",
- "force_lower_case": true,
- "settings": "string",
- "storage_duration": "pageview"
}, - "relationships": {
- "libraries": {
- "links": {
- "related": "string"
}
}, - "revisions": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "origin": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "extension": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "updated_with_extension_package": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "updated_with_extension": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "origin": "string",
- "self": "string",
- "extension": "string"
}, - "meta": {
- "latest_revision_number": 0
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "text": "string"
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "author_display_name": "string",
- "author_email": "string",
- "created_at": "string",
- "text": "string"
}, - "relationships": {
- "resource": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "resource": "string",
- "self": "string"
}
}
}
Rules control the behavior of the resources contained in a deployed library. A rule is a group of one or more rule components, and exists to tie the rule components together in a logical way.
NOTE: For more information on using this operation, see the rules endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the rules endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "enabled": true
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "deleted_at": "string",
- "dirty": true,
- "enabled": true,
- "name": "string",
- "published": true,
- "published_at": "string",
- "revision_number": 0,
- "updated_at": "string",
- "review_status": "string"
}, - "relationships": {
- "libraries": {
- "links": {
- "related": "string"
}
}, - "revisions": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "origin": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "property": "string",
- "origin": "string",
- "self": "string",
- "rule_components": "string"
}, - "meta": {
- "latest_revision_number": "string"
}
}
}
NOTE: For more information on using this operation, see the rules endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "deleted_at": "string",
- "dirty": true,
- "enabled": true,
- "name": "string",
- "published": true,
- "published_at": "string",
- "revision_number": 0,
- "updated_at": "string",
- "review_status": "string"
}, - "relationships": {
- "libraries": {
- "links": {
- "related": "string"
}
}, - "revisions": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "origin": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "property": "string",
- "origin": "string",
- "self": "string",
- "rule_components": "string"
}, - "meta": {
- "latest_revision_number": "string"
}
}
}
NOTE: For more information on using this operation, see the rules endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
No content
When updating a rule, you have the option of creating a new revision of the rule which is assigned its own ID. The original rule may be discovered via the origin link. Revising a rule is achieved by supplying a meta
attribute containing an action
property with the value revise
. Excluding this property will update the current revision of the rule without creating a new one.
When updating or revising a rule, its ID must be provided in both the request path and the request payload. These IDs must match in order for the call to be successful.
NOTE: For more information on using this operation, see the rules endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being updated. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "enabled": true
}, - "meta": {
- "action": "string"
}, - "id": "string",
- "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "deleted_at": "string",
- "dirty": true,
- "enabled": true,
- "name": "string",
- "published": true,
- "published_at": "string",
- "revision_number": 0,
- "updated_at": "string",
- "review_status": "string"
}, - "relationships": {
- "libraries": {
- "links": {
- "related": "string"
}
}, - "revisions": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "origin": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "property": "string",
- "origin": "string",
- "self": "string",
- "rule_components": "string"
}, - "meta": {
- "latest_revision_number": "string"
}
}
}
NOTE: For more information on using this operation, see the rule components endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the rule components endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes, relationships, and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "delegate_descriptor_id": "string",
- "delay_next": true,
- "extension_id": "string",
- "negate": true,
- "order": 0,
- "rule_order": 0,
- "settings": "string",
- "timeout": 0
}, - "relationships": {
- "extension": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "rules": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "delegate_descriptor_id": "string",
- "deleted_at": "string",
- "dirty": true,
- "name": "string",
- "negate": true,
- "order": 0,
- "rule_order": 0,
- "timeout": 0,
- "delay_next": true,
- "published": true,
- "published_at": "string",
- "revision_number": 0,
- "updated_at": "string",
- "settings": "string"
}, - "relationships": {
- "updated_with_extension_package": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "updated_with_extension": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "extension": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "origin": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "extension": "string",
- "origin": "string",
- "rules": "string",
- "self": "string"
}, - "meta": {
- "latest_revision_number": "string"
}
}
}
NOTE: For more information on using this operation, see the rules endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the rules endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "enabled": true,
- "name": "string",
- "updated_at": "string",
- "platform": "string",
- "development": true,
- "token": "string",
- "domains": [
- "string"
], - "undefined_vars_return_empty": true,
- "rule_component_sequencing_enabled": true
}, - "relationships": {
- "company": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "callbacks": {
- "links": {
- "related": "string"
}
}, - "hosts": {
- "links": {
- "related": "string"
}
}, - "environments": {
- "links": {
- "related": "string"
}
}, - "libraries": {
- "links": {
- "related": "string"
}
}, - "data_elements": {
- "links": {
- "related": "string"
}
}, - "extensions": {
- "links": {
- "related": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "company": "string",
- "data_elements": "string",
- "environments": "string",
- "extensions": "string",
- "rules": "string",
- "self": "string"
}, - "meta": {
- "rights": [
- "string"
]
}
}
}
NOTE: For more information on using this operation, see the rules endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "deleted_at": "string",
- "dirty": true,
- "enabled": true,
- "name": "string",
- "published": true,
- "published_at": "string",
- "revision_number": 0,
- "updated_at": "string",
- "review_status": "string"
}, - "relationships": {
- "libraries": {
- "links": {
- "related": "string"
}
}, - "revisions": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "origin": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "property": "string",
- "origin": "string",
- "self": "string",
- "rule_components": "string"
}, - "meta": {
- "latest_revision_number": "string"
}
}
}
NOTE: For more information on using this operation, see the rules endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: Notes attached directly to the rule itself are not included in results for this endpoint. > >For more information on using this operation, see the rules endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "text": "string"
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "author_display_name": "string",
- "author_email": "string",
- "created_at": "string",
- "text": "string"
}, - "relationships": {
- "resource": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "resource": "string",
- "self": "string"
}
}
}
Rule components are the individual items that make up a rule. Rule components have three basic types: events (what triggers a rule), conditions (what the rule checks to determine an action), and actions (what the rule executes depending on whether the condition is met). A rule component can only belong to exactly one rule.
NOTE: For more information on using this operation, see the rule components endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the rule components endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes, relationships, and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "delegate_descriptor_id": "string",
- "delay_next": true,
- "extension_id": "string",
- "negate": true,
- "order": 0,
- "rule_order": 0,
- "settings": "string",
- "timeout": 0
}, - "relationships": {
- "extension": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "rules": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "delegate_descriptor_id": "string",
- "deleted_at": "string",
- "dirty": true,
- "name": "string",
- "negate": true,
- "order": 0,
- "rule_order": 0,
- "timeout": 0,
- "delay_next": true,
- "published": true,
- "published_at": "string",
- "revision_number": 0,
- "updated_at": "string",
- "settings": "string"
}, - "relationships": {
- "updated_with_extension_package": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "updated_with_extension": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "extension": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "origin": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "extension": "string",
- "origin": "string",
- "rules": "string",
- "self": "string"
}, - "meta": {
- "latest_revision_number": "string"
}
}
}
NOTE: For more information on using this operation, see the rule components endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "delegate_descriptor_id": "string",
- "deleted_at": "string",
- "dirty": true,
- "name": "string",
- "negate": true,
- "order": 0,
- "rule_order": 0,
- "timeout": 0,
- "delay_next": true,
- "published": true,
- "published_at": "string",
- "revision_number": 0,
- "updated_at": "string",
- "settings": "string"
}, - "relationships": {
- "updated_with_extension_package": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "updated_with_extension": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "extension": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "origin": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "extension": "string",
- "origin": "string",
- "rules": "string",
- "self": "string"
}, - "meta": {
- "latest_revision_number": "string"
}
}
}
NOTE: For more information on using this operation, see the rule components endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
No content
When updating a rule component, its ID must be provided in both the request path and the request payload. These IDs must match in order for the call to be successful.
NOTE: For more information on using this operation, see the rule components endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being updated. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "delegate_descriptor_id": "string",
- "delay_next": true,
- "extension_id": "string",
- "negate": true,
- "order": 0,
- "rule_order": 0,
- "settings": "string",
- "timeout": 0
}, - "id": "string",
- "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "delegate_descriptor_id": "string",
- "deleted_at": "string",
- "dirty": true,
- "name": "string",
- "negate": true,
- "order": 0,
- "rule_order": 0,
- "timeout": 0,
- "delay_next": true,
- "published": true,
- "published_at": "string",
- "revision_number": 0,
- "updated_at": "string",
- "settings": "string"
}, - "relationships": {
- "updated_with_extension_package": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "updated_with_extension": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "extension": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "origin": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "extension": "string",
- "origin": "string",
- "rules": "string",
- "self": "string"
}, - "meta": {
- "latest_revision_number": "string"
}
}
}
NOTE: For more information on using this operation, see the rule components endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "deleted_at": "string",
- "dirty": true,
- "enabled": true,
- "name": "string",
- "published": true,
- "published_at": "string",
- "revision_number": 0,
- "updated_at": "string",
- "delegate_descriptor_id": "string",
- "display_name": "string",
- "review_status": "string",
- "version": "string",
- "settings": "string"
}, - "relationships": {
- "libraries": {
- "links": {
- "related": "string"
}
}, - "revisions": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "origin": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "updated_with_extension_package": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "extension_package": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "origin": "string",
- "self": "string",
- "extension_package": "string",
- "latest_extension_package": "string"
}, - "meta": {
- "latest_revision_number": 0
}
}
}
NOTE: For more information on using this operation, see the rule components endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "delegate_descriptor_id": "string",
- "deleted_at": "string",
- "dirty": true,
- "name": "string",
- "negate": true,
- "order": 0,
- "rule_order": 0,
- "timeout": 0,
- "delay_next": true,
- "published": true,
- "published_at": "string",
- "revision_number": 0,
- "updated_at": "string",
- "settings": "string"
}, - "relationships": {
- "updated_with_extension_package": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "updated_with_extension": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "extension": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "origin": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "extension": "string",
- "origin": "string",
- "rules": "string",
- "self": "string"
}, - "meta": {
- "latest_revision_number": "string"
}
}
}
NOTE: For more information on using this operation, see the rule components endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "text": "string"
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "author_display_name": "string",
- "author_email": "string",
- "created_at": "string",
- "text": "string"
}, - "relationships": {
- "resource": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "resource": "string",
- "self": "string"
}
}
}
An extension package represents a grouping of individual capabilities that can be made available to a tags user. Most commonly, these capabilities come in the form of rule components (events, conditions, and actions) and data elements, but can also include main modules and shared modules. The capabilities provided by an extension package are installed as an extension when it is included in a library.
NOTE: For more information on using this operation, see the extension packages endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: Instead of a JSON payload, this endpoint expects a file upload via multipart form data. > >For more information on using this operation, see the extension packages endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "actions": [
- {
- "id": "string",
- "name": "string",
- "schema": { },
- "libPath": "string",
- "viewPath": "string",
- "transforms": [
- { }
], - "displayName": "string",
- "categoryName": "string"
}
], - "author": {
- "url": "string",
- "name": "string",
- "email": "string"
}, - "availability": "string",
- "cdn_path": "string",
- "conditions": [
- {
- "id": "string",
- "name": "string",
- "schema": { },
- "libPath": "string",
- "viewPath": "string",
- "transforms": [
- { }
], - "displayName": "string",
- "categoryName": "string"
}
], - "configuration": {
- "id": "string",
- "schema": { },
- "viewPath": "string",
- "transforms": [
- { }
]
}, - "created_at": "string",
- "data_elements": [
- {
- "id": "string",
- "name": "string",
- "schema": { },
- "libPath": "string",
- "viewPath": "string",
- "transforms": [
- { }
], - "displayName": "string",
- "categoryName": "string"
}
], - "description": "string",
- "discontinued": true,
- "display_name": "string",
- "events": [
- {
- "id": "string",
- "name": "string",
- "schema": { },
- "libPath": "string",
- "viewPath": "string",
- "transforms": [
- { }
], - "displayName": "string",
- "categoryName": "string"
}
], - "exchange_url": "string",
- "hosted_lib_files": [
- "string"
], - "icon_path": "string",
- "main": "string",
- "name": "string",
- "owner_org_id": "string",
- "resources": [
- "string"
], - "shared_modules": [
- {
- "name": "string",
- "libPath": "string"
}
], - "status": "string",
- "platform": "string",
- "updated_at": "string",
- "version": "string",
- "view_base_path": "string"
}, - "links": {
- "self": "string"
}, - "meta": {
- "archive_url": "string",
- "script_sources": [
- "string"
]
}
}
}
NOTE: For more information on using this operation, see the extension packages endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "actions": [
- {
- "id": "string",
- "name": "string",
- "schema": { },
- "libPath": "string",
- "viewPath": "string",
- "transforms": [
- { }
], - "displayName": "string",
- "categoryName": "string"
}
], - "author": {
- "url": "string",
- "name": "string",
- "email": "string"
}, - "availability": "string",
- "cdn_path": "string",
- "conditions": [
- {
- "id": "string",
- "name": "string",
- "schema": { },
- "libPath": "string",
- "viewPath": "string",
- "transforms": [
- { }
], - "displayName": "string",
- "categoryName": "string"
}
], - "configuration": {
- "id": "string",
- "schema": { },
- "viewPath": "string",
- "transforms": [
- { }
]
}, - "created_at": "string",
- "data_elements": [
- {
- "id": "string",
- "name": "string",
- "schema": { },
- "libPath": "string",
- "viewPath": "string",
- "transforms": [
- { }
], - "displayName": "string",
- "categoryName": "string"
}
], - "description": "string",
- "discontinued": true,
- "display_name": "string",
- "events": [
- {
- "id": "string",
- "name": "string",
- "schema": { },
- "libPath": "string",
- "viewPath": "string",
- "transforms": [
- { }
], - "displayName": "string",
- "categoryName": "string"
}
], - "exchange_url": "string",
- "hosted_lib_files": [
- "string"
], - "icon_path": "string",
- "main": "string",
- "name": "string",
- "owner_org_id": "string",
- "resources": [
- "string"
], - "shared_modules": [
- {
- "name": "string",
- "libPath": "string"
}
], - "status": "string",
- "platform": "string",
- "updated_at": "string",
- "version": "string",
- "view_base_path": "string"
}, - "links": {
- "self": "string"
}, - "meta": {
- "archive_url": "string",
- "script_sources": [
- "string"
]
}
}
}
Only development extension packages can be updated using a new archive file. Once the extension package has been transitioned to either private or public, it can no longer be updated. If you want to add new functionality or fix bugs, you must first create a new extension package with the same name, but with a new version. When this new extension package is transitioned to private or public, it will become available in the marketplace and replace the previous version.
NOTE: For more information on using this operation, see the extension packages endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "actions": [
- {
- "id": "string",
- "name": "string",
- "schema": { },
- "libPath": "string",
- "viewPath": "string",
- "transforms": [
- { }
], - "displayName": "string",
- "categoryName": "string"
}
], - "author": {
- "url": "string",
- "name": "string",
- "email": "string"
}, - "availability": "string",
- "cdn_path": "string",
- "conditions": [
- {
- "id": "string",
- "name": "string",
- "schema": { },
- "libPath": "string",
- "viewPath": "string",
- "transforms": [
- { }
], - "displayName": "string",
- "categoryName": "string"
}
], - "configuration": {
- "id": "string",
- "schema": { },
- "viewPath": "string",
- "transforms": [
- { }
]
}, - "created_at": "string",
- "data_elements": [
- {
- "id": "string",
- "name": "string",
- "schema": { },
- "libPath": "string",
- "viewPath": "string",
- "transforms": [
- { }
], - "displayName": "string",
- "categoryName": "string"
}
], - "description": "string",
- "discontinued": true,
- "display_name": "string",
- "events": [
- {
- "id": "string",
- "name": "string",
- "schema": { },
- "libPath": "string",
- "viewPath": "string",
- "transforms": [
- { }
], - "displayName": "string",
- "categoryName": "string"
}
], - "exchange_url": "string",
- "hosted_lib_files": [
- "string"
], - "icon_path": "string",
- "main": "string",
- "name": "string",
- "owner_org_id": "string",
- "resources": [
- "string"
], - "shared_modules": [
- {
- "name": "string",
- "libPath": "string"
}
], - "status": "string",
- "platform": "string",
- "updated_at": "string",
- "version": "string",
- "view_base_path": "string"
}, - "links": {
- "self": "string"
}, - "meta": {
- "archive_url": "string",
- "script_sources": [
- "string"
]
}
}
}
Once you have completed testing your extension package you can release it privately. This makes it available to any property within your company. After you have released it privately, you can begin the public release process by filling out the Public Release Request Form.
When privately releasing or discontinuing an extension package, its ID must be provided in both the request path and the request payload. These IDs must match in order for the call to be successful.
NOTE: For more information on using this operation, see the extension packages endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains info on the extension package being updated and the action being performed. |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "meta": {
- "action": "string"
}
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "actions": [
- {
- "id": "string",
- "name": "string",
- "schema": { },
- "libPath": "string",
- "viewPath": "string",
- "transforms": [
- { }
], - "displayName": "string",
- "categoryName": "string"
}
], - "author": {
- "url": "string",
- "name": "string",
- "email": "string"
}, - "availability": "string",
- "cdn_path": "string",
- "conditions": [
- {
- "id": "string",
- "name": "string",
- "schema": { },
- "libPath": "string",
- "viewPath": "string",
- "transforms": [
- { }
], - "displayName": "string",
- "categoryName": "string"
}
], - "configuration": {
- "id": "string",
- "schema": { },
- "viewPath": "string",
- "transforms": [
- { }
]
}, - "created_at": "string",
- "data_elements": [
- {
- "id": "string",
- "name": "string",
- "schema": { },
- "libPath": "string",
- "viewPath": "string",
- "transforms": [
- { }
], - "displayName": "string",
- "categoryName": "string"
}
], - "description": "string",
- "discontinued": true,
- "display_name": "string",
- "events": [
- {
- "id": "string",
- "name": "string",
- "schema": { },
- "libPath": "string",
- "viewPath": "string",
- "transforms": [
- { }
], - "displayName": "string",
- "categoryName": "string"
}
], - "exchange_url": "string",
- "hosted_lib_files": [
- "string"
], - "icon_path": "string",
- "main": "string",
- "name": "string",
- "owner_org_id": "string",
- "resources": [
- "string"
], - "shared_modules": [
- {
- "name": "string",
- "libPath": "string"
}
], - "status": "string",
- "platform": "string",
- "updated_at": "string",
- "version": "string",
- "view_base_path": "string"
}, - "links": {
- "self": "string"
}, - "meta": {
- "archive_url": "string",
- "script_sources": [
- "string"
]
}
}
}
NOTE: For more information on using this operation, see the extension packages endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the extension packages endpoint guide on Experience League.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- {
- "id": "EA722482c30fe44b54aa6a7317890b3bdb",
- "type": "extension_package_usage_authorizations",
- "attributes": {
- "created_at": "2024-06-05T23:17:35.776Z",
- "updated_at": "2024-06-05T23:17:35.776Z",
- "name": "Acme",
- "platform": "web",
- "owner_org_id": "{ORG_ID}",
- "owner_org_name": "Reactor QE",
- "authorized_org_id": "{ORG_ID}",
- "authorized_org_name": "Platform UI - INT",
- "state": "pending_approval",
- "created_by_email": "example@adobe.com",
- "created_by_display_name": "George Ciltaru",
- "updated_by_email": "Restricted",
- "updated_by_display_name": "Restricted"
}, - "relationships": {
- "extension_package": {
- "data": {
- "id": "EPecefc8291ae346c3b3887d5b2da533b8",
- "type": "extension_packages"
}
}
},
}
], - "meta": {
- "pagination": {
- "current_page": 1,
- "next_page": null,
- "prev_page": null,
- "total_pages": 1,
- "total_count": 1
}
}
}
NOTE: Instead of a JSON payload, this endpoint expects a file upload via multipart form data. > >For more information on using this operation, see the extension packages endpoint guide on Experience League.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
object |
Success
{- "data": {
- "attributes": {
- "authorized_org_id": "{ORG_ID}"
}, - "type": "extension_package_usage_authorizations"
}
}
{- "data": {
- "id": "EA35d0e731f73645e6972df9fcac101434",
- "type": "extension_package_usage_authorizations",
- "attributes": {
- "created_at": "2024-06-05T23:17:30.308Z",
- "updated_at": "2024-06-05T23:17:30.308Z",
- "name": "Acme",
- "platform": "web",
- "owner_org_id": "{ORG_ID}",
- "owner_org_name": "Reactor QE",
- "authorized_org_id": "{ORG_ID}",
- "authorized_org_name": "Platform UI - INT",
- "state": "pending_approval",
- "created_by_email": "example@adobe.com",
- "created_by_display_name": "George Ciltaru",
- "updated_by_email": "Restricted",
- "updated_by_display_name": "Restricted"
}, - "relationships": {
- "extension_package": {
- "data": {
- "id": "EP43649cc8856d4f09a7c2a21a4b1e449d",
- "type": "extension_packages"
}
}
},
}
}
NOTE: For more information on using this operation, see the extension packages endpoint guide on Experience League.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- {
- "id": "EA35d0e731f73645e6972df9fcac101434",
- "type": "extension_package_usage_authorizations",
- "attributes": {
- "created_at": "2024-06-05T23:17:30.308Z",
- "updated_at": "2024-06-05T23:17:30.308Z",
- "name": "Acme",
- "platform": "web",
- "owner_org_id": "{ORG_ID}",
- "owner_org_name": "Reactor QE",
- "authorized_org_id": "{ORG_ID}",
- "authorized_org_name": "Platform UI - INT",
- "state": "pending_approval",
- "created_by_email": "Restricted",
- "created_by_display_name": "Restricted",
- "updated_by_email": "example@adobe.com",
- "updated_by_display_name": "George Ciltaru"
}, - "relationships": {
- "extension_package": {
- "data": null
}
},
}
], - "links": {
}, - "meta": {
- "pagination": {
- "current_page": 1,
- "next_page": 2,
- "prev_page": null,
- "total_pages": 3,
- "total_count": 57
}
}
}
NOTE: For more information on using this operation, see the extensions endpoint guide on Experience League.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
No content
NOTE: Instead of a JSON payload, this endpoint expects a file upload via multipart form data. > >For more information on using this operation, see the extension packages endpoint guide on Experience League.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
object |
Success
{- "data": {
- "attributes": {
- "state": "approved"
}, - "type": "extension_package_usage_authorizations",
- "id": "EA86f54b48dd7042a68686508e03be8ba9"
}
}
{- "data": {
- "id": "EA86f54b48dd7042a68686508e03be8ba9",
- "type": "extension_package_usage_authorizations",
- "attributes": {
- "created_at": "2024-06-05T23:17:59.480Z",
- "updated_at": "2024-06-05T23:18:00.115Z",
- "name": "Acme",
- "platform": "web",
- "owner_org_id": "{ORG_ID}",
- "owner_org_name": "Reactor QE",
- "authorized_org_id": "{ORG_ID}",
- "authorized_org_name": "Platform UI - INT",
- "state": "approved",
- "created_by_email": "Restricted",
- "created_by_display_name": "Restricted",
- "updated_by_email": "example@adobe.com",
- "updated_by_display_name": "George Ciltaru"
}, - "relationships": {
- "extension_package": {
- "data": {
- "id": "EPb91d54cad9f749dba4e5566459f84c9c",
- "type": "extension_packages"
}
}
},
}
}
NOTE: For more information on using this operation, see the extension packages endpoint guide on Experience League.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "EP45ae063fd75c4c22936d3d456c858cfa",
- "type": "extension_packages",
- "attributes": {
- "actions": [ ],
- "availability": "private",
- "conditions": [ ],
- "configuration": null,
- "created_at": "2024-06-05T23:17:48.607Z",
- "data_elements": [ ],
- "description": "Provides nothing.",
- "discontinued": false,
- "display_name": "Acme Template Test",
- "ecma_version": null,
- "events": [ ],
- "exchange_url": null,
- "hosted_lib_files": null,
- "icon_path": "resources/icons/core.svg",
- "main": "null",
- "name": "Acme",
- "owner_org_id": "{ORG_ID}",
- "resources": null,
- "shared_modules": null,
- "status": "succeeded",
- "platform": "web",
- "updated_at": "2024-06-05T23:17:53.806Z",
- "version": "1.0.0",
- "view_base_path": "dist/",
- "created_by_email": "example@adobe.com",
- "created_by_display_name": "George Ciltaru",
- "updated_by_email": "example@adobe.com",
- "updated_by_display_name": "George Ciltaru"
}, - "relationships": {
- "extension_package": {
}
},
}
}
An extension represents the installed instance of an extension package. An extension makes the features defined by an extension package available to a property. These features are leveraged when creating data elements and rule components.
NOTE: For more information on using this operation, see the extensions endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the extensions endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes, relationships, and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "delegate_descriptor_id": "string",
- "enabled": true,
- "settings": "string"
}, - "relationships": {
- "extension_package": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "deleted_at": "string",
- "dirty": true,
- "enabled": true,
- "name": "string",
- "published": true,
- "published_at": "string",
- "revision_number": 0,
- "updated_at": "string",
- "delegate_descriptor_id": "string",
- "display_name": "string",
- "review_status": "string",
- "version": "string",
- "settings": "string"
}, - "relationships": {
- "libraries": {
- "links": {
- "related": "string"
}
}, - "revisions": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "origin": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "updated_with_extension_package": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "extension_package": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "origin": "string",
- "self": "string",
- "extension_package": "string",
- "latest_extension_package": "string"
}, - "meta": {
- "latest_revision_number": 0
}
}
}
NOTE: For more information on using this operation, see the extensions endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "deleted_at": "string",
- "dirty": true,
- "enabled": true,
- "name": "string",
- "published": true,
- "published_at": "string",
- "revision_number": 0,
- "updated_at": "string",
- "delegate_descriptor_id": "string",
- "display_name": "string",
- "review_status": "string",
- "version": "string",
- "settings": "string"
}, - "relationships": {
- "libraries": {
- "links": {
- "related": "string"
}
}, - "revisions": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "origin": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "updated_with_extension_package": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "extension_package": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "origin": "string",
- "self": "string",
- "extension_package": "string",
- "latest_extension_package": "string"
}, - "meta": {
- "latest_revision_number": 0
}
}
}
NOTE: For more information on using this operation, see the extensions endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
No content
This operation creates a new revision of an extension with the current (head) revision. A revision of an extension has its own ID, and the original extension may be discovered via the origin
link.
When revising an extension, its ID must be provided in both the request path and the request payload. These IDs must match in order for the call to be successful.
NOTE: For more information on using this operation, see the extensions endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being updated. |
Success
{- "data": {
- "attributes": {
- "delegate_descriptor_id": "string",
- "enabled": true,
- "settings": "string"
}, - "meta": {
- "action": "string"
}, - "id": "string",
- "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "deleted_at": "string",
- "dirty": true,
- "enabled": true,
- "name": "string",
- "published": true,
- "published_at": "string",
- "revision_number": 0,
- "updated_at": "string",
- "delegate_descriptor_id": "string",
- "display_name": "string",
- "review_status": "string",
- "version": "string",
- "settings": "string"
}, - "relationships": {
- "libraries": {
- "links": {
- "related": "string"
}
}, - "revisions": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "origin": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "updated_with_extension_package": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "extension_package": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "origin": "string",
- "self": "string",
- "extension_package": "string",
- "latest_extension_package": "string"
}, - "meta": {
- "latest_revision_number": 0
}
}
}
NOTE: For more information on using this operation, see the extensions endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "actions": [
- {
- "id": "string",
- "name": "string",
- "schema": { },
- "libPath": "string",
- "viewPath": "string",
- "transforms": [
- { }
], - "displayName": "string",
- "categoryName": "string"
}
], - "author": {
- "url": "string",
- "name": "string",
- "email": "string"
}, - "availability": "string",
- "cdn_path": "string",
- "conditions": [
- {
- "id": "string",
- "name": "string",
- "schema": { },
- "libPath": "string",
- "viewPath": "string",
- "transforms": [
- { }
], - "displayName": "string",
- "categoryName": "string"
}
], - "configuration": {
- "id": "string",
- "schema": { },
- "viewPath": "string",
- "transforms": [
- { }
]
}, - "created_at": "string",
- "data_elements": [
- {
- "id": "string",
- "name": "string",
- "schema": { },
- "libPath": "string",
- "viewPath": "string",
- "transforms": [
- { }
], - "displayName": "string",
- "categoryName": "string"
}
], - "description": "string",
- "discontinued": true,
- "display_name": "string",
- "events": [
- {
- "id": "string",
- "name": "string",
- "schema": { },
- "libPath": "string",
- "viewPath": "string",
- "transforms": [
- { }
], - "displayName": "string",
- "categoryName": "string"
}
], - "exchange_url": "string",
- "hosted_lib_files": [
- "string"
], - "icon_path": "string",
- "main": "string",
- "name": "string",
- "owner_org_id": "string",
- "resources": [
- "string"
], - "shared_modules": [
- {
- "name": "string",
- "libPath": "string"
}
], - "status": "string",
- "platform": "string",
- "updated_at": "string",
- "version": "string",
- "view_base_path": "string"
}, - "links": {
- "self": "string"
}, - "meta": {
- "archive_url": "string",
- "script_sources": [
- "string"
]
}
}
}
NOTE: For more information on using this operation, see the extensions endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the extensions endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "enabled": true,
- "name": "string",
- "updated_at": "string",
- "platform": "string",
- "development": true,
- "token": "string",
- "domains": [
- "string"
], - "undefined_vars_return_empty": true,
- "rule_component_sequencing_enabled": true
}, - "relationships": {
- "company": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "callbacks": {
- "links": {
- "related": "string"
}
}, - "hosts": {
- "links": {
- "related": "string"
}
}, - "environments": {
- "links": {
- "related": "string"
}
}, - "libraries": {
- "links": {
- "related": "string"
}
}, - "data_elements": {
- "links": {
- "related": "string"
}
}, - "extensions": {
- "links": {
- "related": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "company": "string",
- "data_elements": "string",
- "environments": "string",
- "extensions": "string",
- "rules": "string",
- "self": "string"
}, - "meta": {
- "rights": [
- "string"
]
}
}
}
NOTE: For more information on using this operation, see the extensions endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "deleted_at": "string",
- "dirty": true,
- "enabled": true,
- "name": "string",
- "published": true,
- "published_at": "string",
- "revision_number": 0,
- "updated_at": "string",
- "delegate_descriptor_id": "string",
- "display_name": "string",
- "review_status": "string",
- "version": "string",
- "settings": "string"
}, - "relationships": {
- "libraries": {
- "links": {
- "related": "string"
}
}, - "revisions": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "origin": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "updated_with_extension_package": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "extension_package": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "origin": "string",
- "self": "string",
- "extension_package": "string",
- "latest_extension_package": "string"
}, - "meta": {
- "latest_revision_number": 0
}
}
}
NOTE: For more information on using this operation, see the extensions endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "text": "string"
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "author_display_name": "string",
- "author_email": "string",
- "created_at": "string",
- "text": "string"
}, - "relationships": {
- "resource": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "resource": "string",
- "self": "string"
}
}
}
A library is a collection of resources (extensions, rules, and data elements) that represent the desired behavior of a property. Libraries are compiled into builds, and those builds are assigned to different environments as they move down the publishing flow from testing to production.
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
page[size] | integer <= 100 Default: 25 Limits the number of results per page (for example, |
page[number] | integer Default: 1 The page index to return for the listing response (for example,
|
created_at | string Filter by |
updated_at | string Filter by |
name | string Filter by |
stale | string Filter by |
state | string Filter by |
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "name": "string"
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "name": "string",
- "published_at": "string",
- "state": "string",
- "updated_at": "string",
- "build_required": true,
- "stale": "upstream_changed"
}, - "relationships": {
- "builds": {
- "links": {
- "related": "string"
}
}, - "environment": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "data_elements": {
- "links": {
- "related": "string",
- "self": "string"
}
}, - "extensions": {
- "links": {
- "related": "string",
- "self": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "rules": {
- "links": {
- "related": "string",
- "self": "string"
}
}, - "upstream_library": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "last_build": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "self": "string"
}, - "meta": {
- "build_status": "string",
- "build_required_detail": "string"
}
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "name": "string",
- "published_at": "string",
- "state": "string",
- "updated_at": "string",
- "build_required": true,
- "stale": "upstream_changed"
}, - "relationships": {
- "builds": {
- "links": {
- "related": "string"
}
}, - "environment": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "data_elements": {
- "links": {
- "related": "string",
- "self": "string"
}
}, - "extensions": {
- "links": {
- "related": "string",
- "self": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "rules": {
- "links": {
- "related": "string",
- "self": "string"
}
}, - "upstream_library": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "last_build": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "self": "string"
}, - "meta": {
- "build_status": "string",
- "build_required_detail": "string"
}
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
No content
This endpoint allows you to update the name of a library, or transition the library between different states in the publishing flow.
When updating a library, its ID must be provided in both the request path and the request payload. These IDs must match in order for the call to be successful.
To transition the library between states, the payload must include a meta
object, containing a single action
property whose value represents the specific transition action. The available actions for a library depend on its current publishing state. See the API guide on transitioning a library for details on the available actions for each library state.
To update the name of a library, the payload must include an attributes
object, containing a single name
property with the updated value.
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains info on the library being updated and the action being performed. |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "name": "string"
}, - "meta": {
- "action": "string"
}
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "name": "string",
- "published_at": "string",
- "state": "string",
- "updated_at": "string",
- "build_required": true,
- "stale": "upstream_changed"
}, - "relationships": {
- "builds": {
- "links": {
- "related": "string"
}
}, - "environment": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "data_elements": {
- "links": {
- "related": "string",
- "self": "string"
}
}, - "extensions": {
- "links": {
- "related": "string",
- "self": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "rules": {
- "links": {
- "related": "string",
- "self": "string"
}
}, - "upstream_library": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "last_build": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "self": "string"
}, - "meta": {
- "build_status": "string",
- "build_required_detail": "string"
}
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "enabled": true,
- "name": "string",
- "updated_at": "string",
- "platform": "string",
- "development": true,
- "token": "string",
- "domains": [
- "string"
], - "undefined_vars_return_empty": true,
- "rule_component_sequencing_enabled": true
}, - "relationships": {
- "company": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "callbacks": {
- "links": {
- "related": "string"
}
}, - "hosts": {
- "links": {
- "related": "string"
}
}, - "environments": {
- "links": {
- "related": "string"
}
}, - "libraries": {
- "links": {
- "related": "string"
}
}, - "data_elements": {
- "links": {
- "related": "string"
}
}, - "extensions": {
- "links": {
- "related": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "company": "string",
- "data_elements": "string",
- "environments": "string",
- "extensions": "string",
- "rules": "string",
- "self": "string"
}, - "meta": {
- "rights": [
- "string"
]
}
}
}
NOTE: For more information on using this operation, see the builds endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
This POST request does not accept a payload, as the build parameters are determined by the parent library.
NOTE: For more information on using this operation, see the builds endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "status": "string",
- "updated_at": "string",
- "token": "string"
}, - "relationships": {
- "data_elements": {
- "links": {
- "related": "string"
}
}, - "extensions": {
- "links": {
- "related": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}, - "environment": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "library": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "environment": "string",
- "library": "string",
- "self": "string"
}, - "meta": {
- "artifact_url": "string",
- "direct_artifact_url": "string",
- "archive": true,
- "host_type_of": "string"
}
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "archive": true,
- "created_at": "string",
- "library_path": "string",
- "library_name": "string",
- "library_entry_points": [
- {
- "library_name": "string",
- "minified": true,
- "references": [
- "string"
], - "license_path": "string"
}
], - "name": "string",
- "path": "string",
- "stage": "string",
- "updated_at": "string",
- "status": "string",
- "token": "string"
}, - "relationships": {
- "library": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "builds": {
- "links": {
- "related": "string"
}
}, - "host": {
- "links": {
- "related": "string",
- "self": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "self": "string"
}, - "meta": {
- "archive_encrypted": true,
- "script_sources": [
- "string"
]
}
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "name": "string",
- "published_at": "string",
- "state": "string",
- "updated_at": "string",
- "build_required": true,
- "stale": "upstream_changed"
}, - "relationships": {
- "builds": {
- "links": {
- "related": "string"
}
}, - "environment": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "data_elements": {
- "links": {
- "related": "string",
- "self": "string"
}
}, - "extensions": {
- "links": {
- "related": "string",
- "self": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "rules": {
- "links": {
- "related": "string",
- "self": "string"
}
}, - "upstream_library": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "last_build": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "self": "string"
}, - "meta": {
- "build_status": "string",
- "build_required_detail": "string"
}
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- {
- "type": "string",
- "id": "string"
}
], - "links": {
- "related": "string",
- "self": "string"
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
Array of objects Lists the basic details of the entities you wish to establish relationships with. |
Success
{- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
{- "data": [
- {
- "type": "string",
- "id": "string"
}
], - "links": {
- "related": "string",
- "self": "string"
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
Array of objects Lists the basic details of the entities that you want to remove from the parent entity's list of relationships. |
Success
{- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
{- "data": [
- {
- "type": "string",
- "id": "string"
}
], - "links": {
- "related": "string",
- "self": "string"
}
}
This call replaces all of the existing data element relationships for a library with those you provide in the payload array.
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
Array of objects Lists the basic details of the entities you wish to establish relationships with. |
Success
{- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
{- "data": [
- {
- "type": "string",
- "id": "string"
}
], - "links": {
- "related": "string",
- "self": "string"
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- {
- "type": "string",
- "id": "string"
}
], - "links": {
- "related": "string",
- "self": "string"
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
Success
{- "data": [
- {
- "type": "string",
- "id": "string"
}
], - "links": {
- "related": "string",
- "self": "string"
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
object Lists the basic details of the entity you wish to establish a relationship with. |
Success
{- "data": {
- "id": "string",
- "type": "app_configurations"
}
}
{- "data": [
- {
- "type": "string",
- "id": "string"
}
], - "links": {
- "related": "string",
- "self": "string"
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- {
- "type": "string",
- "id": "string"
}
], - "links": {
- "related": "string",
- "self": "string"
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
Array of objects Lists the basic details of the entities you wish to establish relationships with. |
Success
{- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
{- "data": [
- {
- "type": "string",
- "id": "string"
}
], - "links": {
- "related": "string",
- "self": "string"
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
Success
{- "data": [
- {
- "type": "string",
- "id": "string"
}
], - "links": {
- "related": "string",
- "self": "string"
}
}
This call replaces all of the existing extension relationships for a library with those you provide in the payload array.
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
Array of objects Lists the basic details of the entities you wish to establish relationships with. |
Success
{- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
{- "data": [
- {
- "type": "string",
- "id": "string"
}
], - "links": {
- "related": "string",
- "self": "string"
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- {
- "type": "string",
- "id": "string"
}
], - "links": {
- "related": "string",
- "self": "string"
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
Array of objects Lists the basic details of the entities you wish to establish relationships with. |
Success
{- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
{- "data": [
- {
- "type": "string",
- "id": "string"
}
], - "links": {
- "related": "string",
- "self": "string"
}
}
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
Array of objects Lists the basic details of the entities that you want to remove from the parent entity's list of relationships. |
Success
{- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
{- "data": [
- {
- "type": "string",
- "id": "string"
}
], - "links": {
- "related": "string",
- "self": "string"
}
}
This call replaces all of the existing rule relationships for a library with those you provide in the payload array.
NOTE: For more information on using this operation, see the libraries endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
Array of objects Lists the basic details of the entities you wish to establish relationships with. |
Success
{- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
{- "data": [
- {
- "type": "string",
- "id": "string"
}
], - "links": {
- "related": "string",
- "self": "string"
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "text": "string"
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "author_display_name": "string",
- "author_email": "string",
- "created_at": "string",
- "text": "string"
}, - "relationships": {
- "resource": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "resource": "string",
- "self": "string"
}
}
}
A tag library is compiled into a build in order for it to be assigned to an environment for testing and deployment. The contents of a build varies depending on the resources included in the library, the configuration of the environment to which the build is assigned, and the platform of the property that the build belongs to.
NOTE: For more information on using this operation, see the builds endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
This POST request does not accept a payload, as the build parameters are determined by the parent library.
NOTE: For more information on using this operation, see the builds endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "status": "string",
- "updated_at": "string",
- "token": "string"
}, - "relationships": {
- "data_elements": {
- "links": {
- "related": "string"
}
}, - "extensions": {
- "links": {
- "related": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}, - "environment": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "library": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "environment": "string",
- "library": "string",
- "self": "string"
}, - "meta": {
- "artifact_url": "string",
- "direct_artifact_url": "string",
- "archive": true,
- "host_type_of": "string"
}
}
}
NOTE: For more information on using this operation, see the builds endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "status": "string",
- "updated_at": "string",
- "token": "string"
}, - "relationships": {
- "data_elements": {
- "links": {
- "related": "string"
}
}, - "extensions": {
- "links": {
- "related": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}, - "environment": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "library": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "environment": "string",
- "library": "string",
- "self": "string"
}, - "meta": {
- "artifact_url": "string",
- "direct_artifact_url": "string",
- "archive": true,
- "host_type_of": "string"
}
}
}
When republishing a build, its ID must be provided in both the request path and the request payload. These IDs must match in order for the call to be successful.
NOTE: For more information on using this operation, see the builds endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
required | object Contains the attributes and type for the build being republished. |
Success
{- "data": {
- "id": "BLb408c04c20ba4a82b6df496969a99781",
- "type": "builds",
- "meta": {
- "action": "republish"
}
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "status": "string",
- "updated_at": "string",
- "token": "string"
}, - "relationships": {
- "data_elements": {
- "links": {
- "related": "string"
}
}, - "extensions": {
- "links": {
- "related": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}, - "environment": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "library": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "environment": "string",
- "library": "string",
- "self": "string"
}, - "meta": {
- "artifact_url": "string",
- "direct_artifact_url": "string",
- "archive": true,
- "host_type_of": "string"
}
}
}
An environment indicates the specific host where a build can be deployed, and whether the build should be deployed as a set of files or compressed in an archive format. In the Reactor API, environments are separate from hosts themselves, which are managed by the /hosts endpoint.
NOTE: For more information on using this operation, see the environments endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the environments endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes, relationships, and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "archive": true,
- "archive_passphrase": "string",
- "path": "string",
- "stage": "string"
}, - "relationships": {
- "host": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "archive": true,
- "created_at": "string",
- "library_path": "string",
- "library_name": "string",
- "library_entry_points": [
- {
- "library_name": "string",
- "minified": true,
- "references": [
- "string"
], - "license_path": "string"
}
], - "name": "string",
- "path": "string",
- "stage": "string",
- "updated_at": "string",
- "status": "string",
- "token": "string"
}, - "relationships": {
- "library": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "builds": {
- "links": {
- "related": "string"
}
}, - "host": {
- "links": {
- "related": "string",
- "self": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "self": "string"
}, - "meta": {
- "archive_encrypted": true,
- "script_sources": [
- "string"
]
}
}
}
NOTE: For more information on using this operation, see the environments endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "archive": true,
- "created_at": "string",
- "library_path": "string",
- "library_name": "string",
- "library_entry_points": [
- {
- "library_name": "string",
- "minified": true,
- "references": [
- "string"
], - "license_path": "string"
}
], - "name": "string",
- "path": "string",
- "stage": "string",
- "updated_at": "string",
- "status": "string",
- "token": "string"
}, - "relationships": {
- "library": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "builds": {
- "links": {
- "related": "string"
}
}, - "host": {
- "links": {
- "related": "string",
- "self": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "self": "string"
}, - "meta": {
- "archive_encrypted": true,
- "script_sources": [
- "string"
]
}
}
}
NOTE: For more information on using this operation, see the environments endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
No content
NOTE: For more information on using this operation, see the environments endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes, relationships, and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "archive": true,
- "archive_passphrase": "string",
- "path": "string",
- "include_debug_library": true
}, - "relationships": {
- "host": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "archive": true,
- "created_at": "string",
- "library_path": "string",
- "library_name": "string",
- "library_entry_points": [
- {
- "library_name": "string",
- "minified": true,
- "references": [
- "string"
], - "license_path": "string"
}
], - "name": "string",
- "path": "string",
- "stage": "string",
- "updated_at": "string",
- "status": "string",
- "token": "string"
}, - "relationships": {
- "library": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "builds": {
- "links": {
- "related": "string"
}
}, - "host": {
- "links": {
- "related": "string",
- "self": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "self": "string"
}, - "meta": {
- "archive_encrypted": true,
- "script_sources": [
- "string"
]
}
}
}
NOTE: For more information on using this operation, see the environments endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the secrets endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the environments endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "server": "string",
- "name": "string",
- "path": "string",
- "port": 0,
- "status": "string",
- "skip_symlinks": true,
- "type_of": "string",
- "updated_at": "string",
- "username": "string"
}, - "relationships": {
- "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "self": "string"
}
}
}
NOTE: For more information on using this operation, see the environments endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- {
- "type": "string",
- "id": "string"
}
], - "links": {
- "related": "string",
- "self": "string"
}
}
NOTE: For more information on using this operation, see the environments endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "name": "string",
- "published_at": "string",
- "state": "string",
- "updated_at": "string",
- "build_required": true,
- "stale": "upstream_changed"
}, - "relationships": {
- "builds": {
- "links": {
- "related": "string"
}
}, - "environment": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "data_elements": {
- "links": {
- "related": "string",
- "self": "string"
}
}, - "extensions": {
- "links": {
- "related": "string",
- "self": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "rules": {
- "links": {
- "related": "string",
- "self": "string"
}
}, - "upstream_library": {
- "data": {
- "id": "string",
- "type": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "last_build": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "self": "string"
}, - "meta": {
- "build_status": "string",
- "build_required_detail": "string"
}
}
}
NOTE: For more information on using this operation, see the environments endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "enabled": true,
- "name": "string",
- "updated_at": "string",
- "platform": "string",
- "development": true,
- "token": "string",
- "domains": [
- "string"
], - "undefined_vars_return_empty": true,
- "rule_component_sequencing_enabled": true
}, - "relationships": {
- "company": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "callbacks": {
- "links": {
- "related": "string"
}
}, - "hosts": {
- "links": {
- "related": "string"
}
}, - "environments": {
- "links": {
- "related": "string"
}
}, - "libraries": {
- "links": {
- "related": "string"
}
}, - "data_elements": {
- "links": {
- "related": "string"
}
}, - "extensions": {
- "links": {
- "related": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "company": "string",
- "data_elements": "string",
- "environments": "string",
- "extensions": "string",
- "rules": "string",
- "self": "string"
}, - "meta": {
- "rights": [
- "string"
]
}
}
}
A host represents a hosted destination where a library build can be delivered and ultimately deployed. Hosts can be either Akamai or SFTP servers.
NOTE: For more information on using this operation, see the hosts endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the hosts endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "type_of": "string",
- "encrypted_private_key": "string",
- "server": "string",
- "skip_symlinks": true,
- "path": "string",
- "port": 0,
- "username": "string"
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "server": "string",
- "name": "string",
- "path": "string",
- "port": 0,
- "status": "string",
- "skip_symlinks": true,
- "type_of": "string",
- "updated_at": "string",
- "username": "string"
}, - "relationships": {
- "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "self": "string"
}
}
}
NOTE: For more information on using this operation, see the hosts endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "server": "string",
- "name": "string",
- "path": "string",
- "port": 0,
- "status": "string",
- "skip_symlinks": true,
- "type_of": "string",
- "updated_at": "string",
- "username": "string"
}, - "relationships": {
- "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "self": "string"
}
}
}
NOTE: For more information on using this operation, see the hosts endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
No content
Only hosts with a type_of
value of sftp
may be updated.
NOTE: For more information on using this operation, see the hosts endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "type_of": "string",
- "encrypted_private_key": "string",
- "server": "string",
- "skip_symlinks": true,
- "path": "string",
- "port": 0,
- "username": "string"
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "server": "string",
- "name": "string",
- "path": "string",
- "port": 0,
- "status": "string",
- "skip_symlinks": true,
- "type_of": "string",
- "updated_at": "string",
- "username": "string"
}, - "relationships": {
- "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "self": "string"
}
}
}
NOTE: For more information on using this operation, see the hosts endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "enabled": true,
- "name": "string",
- "updated_at": "string",
- "platform": "string",
- "development": true,
- "token": "string",
- "domains": [
- "string"
], - "undefined_vars_return_empty": true,
- "rule_component_sequencing_enabled": true
}, - "relationships": {
- "company": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "callbacks": {
- "links": {
- "related": "string"
}
}, - "hosts": {
- "links": {
- "related": "string"
}
}, - "environments": {
- "links": {
- "related": "string"
}
}, - "libraries": {
- "links": {
- "related": "string"
}
}, - "data_elements": {
- "links": {
- "related": "string"
}
}, - "extensions": {
- "links": {
- "related": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "company": "string",
- "data_elements": "string",
- "environments": "string",
- "extensions": "string",
- "rules": "string",
- "self": "string"
}, - "meta": {
- "rights": [
- "string"
]
}
}
}
A secret is a resource that represents an authentication credential. Secrets are used in event forwarding to authenticate to another system for secure data exchange. Secrets can only be created within event forwarding properties (properties whose platform
attribute is set to edge
).
NOTE: For more information on using this operation, see the secrets endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the secrets endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes, relationships, and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "type_of": "string",
- "credentials": { }
}, - "relationships": {
- "environment": {
- "data": {
- "id": "string",
- "type": "string"
}
}
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "updated_at": "string",
- "name": "string",
- "type_of": "string",
- "activated_at": "string",
- "expires_at": "string",
- "refreshes_at": "string",
- "status": "string",
- "credentials": { }
}, - "relationships": {
- "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "environment": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}, - "meta": {
- "stage": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "data_elements": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "self": "string",
- "property": "string"
}
}
}
NOTE: For more information on using this operation, see the secrets endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "updated_at": "string",
- "name": "string",
- "type_of": "string",
- "activated_at": "string",
- "expires_at": "string",
- "refreshes_at": "string",
- "status": "string",
- "credentials": { }
}, - "relationships": {
- "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "environment": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}, - "meta": {
- "stage": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "data_elements": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "self": "string",
- "property": "string"
}
}
}
NOTE: For more information on using this operation, see the secrets endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
No content
This call tests or retries a secret depending on the value of the meta.action
property in the request payload. This call does not update the secret itself.
You can retry a secret by setting the action
property to retry
. Retrying a secret is the action of manually triggering the secret exchange.
If the secret in question is an oauth2
type, you can test it by setting the action
property to test
instead. This performs an exchange with the authorization service and includes the response in the test_exchange
attribute in the secret’s meta
object.
NOTE: For more information on using this operation, see the secrets endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object |
Success
{- "data": {
- "attributes": {
- "type_of": "oauth2"
}, - "meta": {
- "action": "test"
}, - "id": "SE6c15a7a64f9041b5985558ed3e19a449",
- "type": "secrets"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "updated_at": "string",
- "name": "string",
- "type_of": "string",
- "activated_at": "string",
- "expires_at": "string",
- "refreshes_at": "string",
- "status": "string",
- "credentials": { }
}, - "relationships": {
- "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "environment": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}, - "meta": {
- "stage": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}, - "data_elements": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "self": "string",
- "property": "string"
}
}
}
NOTE: For more information on using this operation, see the secrets endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "text": "string"
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "author_display_name": "string",
- "author_email": "string",
- "created_at": "string",
- "text": "string"
}, - "relationships": {
- "resource": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "resource": "string",
- "self": "string"
}
}
}
NOTE: For more information on using this operation, see the secrets endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the secrets endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "archive": true,
- "created_at": "string",
- "library_path": "string",
- "library_name": "string",
- "library_entry_points": [
- {
- "library_name": "string",
- "minified": true,
- "references": [
- "string"
], - "license_path": "string"
}
], - "name": "string",
- "path": "string",
- "stage": "string",
- "updated_at": "string",
- "status": "string",
- "token": "string"
}, - "relationships": {
- "library": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "builds": {
- "links": {
- "related": "string"
}
}, - "host": {
- "links": {
- "related": "string",
- "self": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "self": "string"
}, - "meta": {
- "archive_encrypted": true,
- "script_sources": [
- "string"
]
}
}
}
NOTE: For more information on using this operation, see the secrets endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "enabled": true,
- "name": "string",
- "updated_at": "string",
- "platform": "string",
- "development": true,
- "token": "string",
- "domains": [
- "string"
], - "undefined_vars_return_empty": true,
- "rule_component_sequencing_enabled": true
}, - "relationships": {
- "company": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "callbacks": {
- "links": {
- "related": "string"
}
}, - "hosts": {
- "links": {
- "related": "string"
}
}, - "environments": {
- "links": {
- "related": "string"
}
}, - "libraries": {
- "links": {
- "related": "string"
}
}, - "data_elements": {
- "links": {
- "related": "string"
}
}, - "extensions": {
- "links": {
- "related": "string"
}
}, - "rules": {
- "links": {
- "related": "string"
}
}, - "notes": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "company": "string",
- "data_elements": "string",
- "environments": "string",
- "extensions": "string",
- "rules": "string",
- "self": "string"
}, - "meta": {
- "rights": [
- "string"
]
}
}
}
NOTE: For more information on using this operation, see the app configurations endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the app configurations endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "app_id": "string",
- "platform": "string",
- "messaging_service": "string",
- "key_type": "string",
- "push_credential": { }
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "updated_at": "string",
- "app_id": "string",
- "name": "string",
- "platform": "string",
- "messaging_service": "string",
- "key_type": "string"
}, - "relationships": {
- "company": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "company": "string",
- "self": "string"
}
}
}
NOTE: For more information on using this operation, see the app configurations endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "updated_at": "string",
- "app_id": "string",
- "name": "string",
- "platform": "string",
- "messaging_service": "string",
- "key_type": "string"
}, - "relationships": {
- "company": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "company": "string",
- "self": "string"
}
}
}
NOTE: For more information on using this operation, see the app configurations endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
No content
NOTE: For more information on using this operation, see the app configurations endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "name": "string",
- "app_id": "string",
- "platform": "string",
- "messaging_service": "string",
- "key_type": "string",
- "push_credential": { }
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "updated_at": "string",
- "app_id": "string",
- "name": "string",
- "platform": "string",
- "messaging_service": "string",
- "key_type": "string"
}, - "relationships": {
- "company": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "company": "string",
- "self": "string"
}
}
}
Retrieve the company that owns an app configuration
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "name": "string",
- "org_id": "string",
- "updated_at": "string",
- "token": "string",
- "cjm_enabled": true,
- "edge_enabled": true,
- "edge_events_allotment": 0,
- "edge_fanout_ratio": 0,
- "premium_cdn_enabled": true,
- "sla_enabled": true
}, - "relationships": {
- "properties": {
- "links": {
- "related": "string"
}
}
}, - "links": {
- "self": "string",
- "properties": "string"
}, - "meta": {
- "rights": [
- "string"
], - "platform_rights": {
- "web": [
- "string"
], - "mobile": [
- "string"
]
}
}
}
}
An audit event is a record of a specific change to another tag resource, generated at the time the change is made. These are system events which can be subscribed to through the use of a callback function.
NOTE: For more information on using this operation, see the audit events endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the audit events endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "attributed_to_display_name": "string",
- "attributed_to_email": "string",
- "created_at": "string",
- "display_name": "string",
- "type_of": "string",
- "updated_at": "string",
- "entity": "string"
}, - "relationships": {
- "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}, - "entity": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "entity": "string",
- "property": "string",
- "self": "string"
}
}
}
A callback is a message that Platform sends to a URL host whenever a new audit event is generated.
NOTE: For more information on using this operation, see the callbacks endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the callbacks endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes for the resource being created. |
Success
{- "data": {
- "attributes": {
- "subscriptions": [
- "string"
], - "url": "string"
}
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "subscriptions": [
- "string"
], - "updated_at": "string",
- "url": "string"
}, - "relationships": {
- "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "self": "string"
}
}
}
NOTE: For more information on using this operation, see the callbacks endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "subscriptions": [
- "string"
], - "updated_at": "string",
- "url": "string"
}, - "relationships": {
- "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "self": "string"
}
}
}
NOTE: For more information on using this operation, see the callbacks endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
No content
NOTE: For more information on using this operation, see the callbacks endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being updated. |
Success
{- "data": {
- "attributes": {
- "subscriptions": [
- "string"
], - "url": "string"
}, - "id": "string",
- "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "created_at": "string",
- "subscriptions": [
- "string"
], - "updated_at": "string",
- "url": "string"
}, - "relationships": {
- "property": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "property": "string",
- "self": "string"
}
}
}
Notes are textual annotations that you can add to certain tag resources, such as data elements, extensions, libraries, properties, rules, and rule components.
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "author_display_name": "string",
- "author_email": "string",
- "created_at": "string",
- "text": "string"
}, - "relationships": {
- "resource": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "resource": "string",
- "self": "string"
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "text": "string"
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "author_display_name": "string",
- "author_email": "string",
- "created_at": "string",
- "text": "string"
}, - "relationships": {
- "resource": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "resource": "string",
- "self": "string"
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "text": "string"
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "author_display_name": "string",
- "author_email": "string",
- "created_at": "string",
- "text": "string"
}, - "relationships": {
- "resource": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "resource": "string",
- "self": "string"
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "text": "string"
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "author_display_name": "string",
- "author_email": "string",
- "created_at": "string",
- "text": "string"
}, - "relationships": {
- "resource": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "resource": "string",
- "self": "string"
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "text": "string"
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "author_display_name": "string",
- "author_email": "string",
- "created_at": "string",
- "text": "string"
}, - "relationships": {
- "resource": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "resource": "string",
- "self": "string"
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "text": "string"
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "author_display_name": "string",
- "author_email": "string",
- "created_at": "string",
- "text": "string"
}, - "relationships": {
- "resource": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "resource": "string",
- "self": "string"
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "text": "string"
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "author_display_name": "string",
- "author_email": "string",
- "created_at": "string",
- "text": "string"
}, - "relationships": {
- "resource": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "resource": "string",
- "self": "string"
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": [
- { }
], - "meta": {
- "pagination": {
- "current_page": 0,
- "next_page": 0,
- "prev_page": 0,
- "total_pages": 0,
- "total_count": 0
}
}
}
NOTE: For more information on using this operation, see the notes endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
required | object Contains the attributes and type for the resource being created. |
Success
{- "data": {
- "attributes": {
- "text": "string"
}, - "type": "app_configurations"
}
}
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "author_display_name": "string",
- "author_email": "string",
- "created_at": "string",
- "text": "string"
}, - "relationships": {
- "resource": {
- "links": {
- "related": "string"
}, - "data": {
- "id": "string",
- "type": "string"
}
}
}, - "links": {
- "resource": "string",
- "self": "string"
}
}
}
A profile represents a tags user. Platform does not maintain its own database of users and permissions, and instead relies on Adobe IDs managed by Adobe’s company-wide Identity Management System (IMS). A profile contains all the information about the logged-in user, including all the Adobe Orgs to which they belong, the product profiles they belong to within each Org, and the rights they have from each product profile.
NOTE: For more information on using this operation, see the profile endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Accept required | string All GET requests must include this header with the value of |
Success
{- "data": {
- "id": "string",
- "type": "string",
- "attributes": {
- "active_org": "string",
- "expires_in": 0,
- "display_name": "string",
- "job_function": "string",
- "email": "string",
- "organizations": {
- "{ORG_ID}": {
- "name": "string",
- "admin": true,
- "active": true,
- "login_companies": [
- "string"
], - "product_contexts": [
- "string"
], - "tenant_id": "string"
}
}
}, - "links": {
- "self": "string"
}, - "meta": {
- "rights": [
- "string"
]
}
}
}
The search endpoint provides a way to find resources matching a desired criteria, expressed as a query. All queries are scoped to your current company and accessible properties.
The payload of a search request must contain a query
object. This query object must contain at least one property whose key is a dot-notation path to the attribute being queried (e.g. attributes.name
).
NOTE: For detailed information on how to construct a search payload, see the search endpoint guide on Experience League.
Authorization required | string The access token generated using your Organization ID, Client ID, and JavaScript Web Token (JWT), prefixed with |
x-api-key required | string The Client ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from Adobe Developer Console. For more information on how to obtain this value, see the authentication tutorial. |
Content-Type required | string This header must be provided with a value of |
Success
{- "data": {
- "query": {
- "attributes.name": {
- "value": "Example"
}
}
}
}
{- "data": [
- {
- "id": "PRc2fa6dc3c4c74f8db63476eebfc31dc6",
- "type": "properties",
- "attributes": {
- "created_at": "2020-12-14T17:59:24.424Z",
- "enabled": true,
- "name": "Kessel Example Property",
- "updated_at": "2020-12-14T17:59:24.424Z",
- "platform": "web",
- "development": false,
- "token": "04c3cf57fe11",
- "domains": [
- "example.com"
], - "undefined_vars_return_empty": false,
- "rule_component_sequencing_enabled": false
}, - "relationships": {
- "company": {
- "links": {
}, - "data": {
- "id": "CO2bf094214ffd4785bb4bcf88c952a7c1",
- "type": "companies"
}
}, - "callbacks": {
- "links": {
}
}, - "hosts": {
}, - "environments": {
- "links": {
}
}, - "libraries": {
- "links": {
}
}, - "data_elements": {
- "links": {
}
}, - "extensions": {
- "links": {
}
}, - "rules": {
}, - "notes": {
}
}, - "links": {
}, - "meta": {
- "match_score": 3.1645029
}
}
], - "meta": {
- "total_hits": 1
}
}