After signing in, you can create credentials that can be used to call the Platform APIs.
Download OpenAPI specification:Download
Adobe Experience Platform allows you to audit user activity for various services and capabilities in the form of audit logs. Each action recorded in a log contains metadata that indicates the action type, date and time, the email ID of the user who performed the action, and additional attributes relevant to the action type.
Use the Audit Query API to programmatically view and export audit logs recorded by the system.
Related documentation:
Visualize API calls with Postman (a free, third-party software):
API paths:
Required headers:
Authorization
, x-gw-ims-org-id
, and x-api-key
. For more information on how to obtain these values, see the authentication tutorial.x-sandbox-name
whose value is the all-lowercase name of the sandbox the operation will take place in (for example, "prod"). See the sandboxes overview for more information.API error handling:
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.
Audit events are timestamped records of observed activities in Platform. The API allows you to query events over the last 90 days and create export requests.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer ". For more information on how to obtain this value, visit the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
x-request-id | string A tracing ID associated with the request. If one is not provided on the request, the server generates one automatically. |
List of audit events retrieved
Malformed request
Resource not found
{- "_embedded": {
- "events": [
- {
- "userEmail": "{USER_ID}",
- "userIpAddresses": [ ],
- "enhancedEvents": [
- {
- "ENHANCED_EVENT": null
}
], - "id": "32b72208-3035-4bc6-b434-39e34401a864",
- "version": "1.0",
- "imsOrgId": "{IMS_ORG}",
- "sandboxName": "prod",
- "sandboxId": "{SANDBOX_ID}",
- "region": "VA7",
- "requestId": "5NphpgUQdQnjTWOcS9DSMs2wD1EUMlYG",
- "authId": "your-authentication-id",
- "permissionResource": "Sandbox",
- "permissionType": "RESET",
- "assetType": "Sandbox",
- "assetId": "prod",
- "assetName": "prod",
- "action": "Reset",
- "status": "Allow",
- "failureCode": "",
- "timestamp": "2021-08-04T21:58:09.745+0000"
}, - {
- "userEmail": "{USER_ID}",
- "userIpAddresses": [ ],
- "enhancedEvents": [
- {
- "ENHANCED_EVENT": null
}
], - "id": "a178736a-8fa1-47da-bac5-b0d9e741e414",
- "version": "1.0",
- "imsOrgId": "{IMS_ORG}",
- "sandboxName": "prod",
- "sandboxId": "{SANDBOX_ID}",
- "region": "VA7",
- "requestId": "7AlGIAhWvaEzYWHLzvuf26AAFAkqSyKg",
- "authId": "60fc1077-4aef-4e1f-a5ff-f64183e060f4",
- "permissionResource": "Sandbox",
- "permissionType": "RESET",
- "assetType": "Sandbox",
- "assetId": "prod",
- "assetName": "prod",
- "action": "Reset",
- "status": "Allow",
- "failureCode": "",
- "timestamp": "2021-08-04T21:28:00.301+0000"
}, - {
- "userEmail": "{USER_ID}",
- "userIpAddresses": [ ],
- "enhancedEvents": [
- {
- "ENHANCED_EVENT": null
}
], - "id": "ccfe8c77-9b93-481d-a561-0b2edf3b77dc",
- "version": "1.0",
- "imsOrgId": "{IMS_ORG}",
- "sandboxName": "prod",
- "sandboxId": "{SANDBOX_ID}",
- "region": "VA7",
- "requestId": "hArqS4CAa8wfRPnKuxV4yaA82atxwzYu",
- "authId": "your-authentication-id",
- "permissionResource": "Sandbox",
- "permissionType": "RESET",
- "assetType": "Sandbox",
- "assetId": "prod",
- "assetName": "prod",
- "action": "Reset",
- "status": "Allow",
- "failureCode": "",
- "timestamp": "2021-08-04T20:58:07.750+0000"
}
]
}, - "_links": {
}, - "page": {
- "size": 10,
- "totalElements": 3,
- "totalPages": 1,
- "number": 1
}, - "queryId": "cXVlcnlJZD0xYjA4MDM4MV81ZWNkXzRjNTZfYTM2N18zYWExOWI5YzNhNTlfMTYyODExNDY5MTg1NSZ0b3RhbEVsZW1lbnRzPTI2"
}
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer ". For more information on how to obtain this value, visit the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
x-request-id | string A tracing ID associated with the request. If one is not provided on the request, the server generates one automatically. |
No results found
Export successful; download link provided
Malformed request
Resource not found