Axway activity API
The activity API from Axway — 2 operation(s) for activity.
The activity API from Axway — 2 operation(s) for activity.
openapi: 3.1.0
info:
version: 16.10.0
title: Amplify Platform API v1.0.0 aca activity API
description: 'The Amplify Platform API provides the interface to perform the following:
- Manage account settings and credentials
- Manage organization settings, users, service accounts, and teams
- Retrieve organization usage data
- Register and manage applications
- Retrieve application metrics and analytics
- Retrieve user, organization, and application activity
See the <a href="https://docs.axway.com/bundle/amplify-central/page/docs/integrate_with_central/platform-auth-examples/index.html" target="_blank">Amplify Guide</a> for documentation and examples on how to authorize API calls to platform services.
For general documentation refer to the <a href="https://docs.axway.com/category/platform" target="_blank">Amplify Platform documentation</a>.
© Axway 2026. All rights reserved.'
contact:
email: support@axway.com
termsOfService: https://www.axway.com/en/axway-platform-terms-of-use
servers:
- url: https://platform.axway.com/api/v1
tags:
- name: activity
paths:
/activity/event:
parameters: []
get:
summary: Axway Get Activity Event Names
description: "Returns list of known activity event names\n\n___Auth Requirement___\n - _One of_\n - Signed-in user.\n - Service account access token.\n"
tags:
- activity
operationId: activity_findEvents
responses:
'200':
$ref: '#/components/responses/SuccessResponse'
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
examples:
LOGIN_REQUIRED:
value:
$ref: '#/components/examples/LOGIN_REQUIRED/value'
FORBIDDEN:
value:
$ref: '#/components/examples/FORBIDDEN/value'
PARAM_INVALID:
value:
$ref: '#/components/examples/PARAM_INVALID/value'
security:
- SessionCookie: []
- BearerUser: []
- BearerClient: []
parameters:
- $ref: '#/components/parameters/fields'
example: example_value
- $ref: '#/components/parameters/exclude_fields'
example: example_value
- in: header
name: authorization
required: false
schema:
type: string
description: Bearer token in JWT format to authorize the request.
example: example_value
x-microcks-operation:
delay: 0
dispatcher: FALLBACK
/activity:
parameters: []
get:
summary: Axway Get Activity
description: "Returns all of the activity events for the signed-in user\n\n___Auth Requirement___\n - Access to the organization, allowing consumer role.\n\n\n_Allows consumer organization access_\n"
tags:
- activity
operationId: activity_find
responses:
'200':
description: Response
content:
application/json:
schema:
allOf:
- $ref: '#/components/schemas/Response'
- properties:
result:
title: EventsList
type: array
description: A list of Events objects.
items:
type: object
oneOf:
- type: object
title: api_central.provision
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/api_central.provision'
event:
enum:
- api_central.provision
- type: object
title: api_central.provisioned
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/api_central.provisioned'
event:
enum:
- api_central.provisioned
- type: object
title: apic.ucs.catalogitem.create
properties:
context:
enum:
- catalog
data:
$ref: '#/components/schemas/apic.ucs.catalogitem.create'
event:
enum:
- apic.ucs.catalogitem.create
- type: object
title: apic.ucs.catalogitem.remove
properties:
context:
enum:
- catalog
data:
$ref: '#/components/schemas/apic.ucs.catalogitem.remove'
event:
enum:
- apic.ucs.catalogitem.remove
- type: object
title: apic.ucs.catalogitem.share
properties:
context:
enum:
- catalog
data:
$ref: '#/components/schemas/apic.ucs.catalogitem.share'
event:
enum:
- apic.ucs.catalogitem.share
- type: object
title: apic.ucs.catalogitem.update
properties:
context:
enum:
- catalog
data:
$ref: '#/components/schemas/apic.ucs.catalogitem.update'
event:
enum:
- apic.ucs.catalogitem.update
- type: object
title: apic.ucs.subscription.create
properties:
context:
enum:
- catalog
data:
$ref: '#/components/schemas/apic.ucs.subscription.create'
event:
enum:
- apic.ucs.subscription.create
- type: object
title: apic.ucs.subscription.remove
properties:
context:
enum:
- catalog
data:
$ref: '#/components/schemas/apic.ucs.subscription.remove'
event:
enum:
- apic.ucs.subscription.remove
- type: object
title: apic.ucs.subscription.update
properties:
context:
enum:
- catalog
data:
$ref: '#/components/schemas/apic.ucs.subscription.update'
event:
enum:
- apic.ucs.subscription.update
- type: object
title: apicentral.{resource}.{action}
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral._._'
event:
pattern: apicentral\.\w+\.\w+
- type: object
title: apicentral.{resource}.{subresource}.update
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral._._.update'
event:
pattern: apicentral\.\w+\.\w+\.update
- type: object
title: apicentral.agent.create
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.agent.create'
event:
enum:
- apicentral.agent.create
- type: object
title: apicentral.agent.failed
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.agent.failed'
event:
enum:
- apicentral.agent.failed
- type: object
title: apicentral.agent.remove
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.agent.remove'
event:
enum:
- apicentral.agent.remove
- type: object
title: apicentral.agent.start
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.agent.start'
event:
enum:
- apicentral.agent.start
- type: object
title: apicentral.agent.stop
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.agent.stop'
event:
enum:
- apicentral.agent.stop
- type: object
title: apicentral.agent.unhealthy
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.agent.unhealthy'
event:
enum:
- apicentral.agent.unhealthy
- type: object
title: apicentral.apiservice.create
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.apiservice.create'
event:
enum:
- apicentral.apiservice.create
- type: object
title: apicentral.apiservice.remove
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.apiservice.remove'
event:
enum:
- apicentral.apiservice.remove
- type: object
title: apicentral.apiservice.update
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.apiservice.update'
event:
enum:
- apicentral.apiservice.update
- type: object
title: apicentral.asset.create
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.asset.create'
event:
enum:
- apicentral.asset.create
- type: object
title: apicentral.asset.remove
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.asset.remove'
event:
enum:
- apicentral.asset.remove
- type: object
title: apicentral.asset.update
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.asset.update'
event:
enum:
- apicentral.asset.update
- type: object
title: apicentral.credential.expire
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.credential.expire'
event:
enum:
- apicentral.credential.expire
- type: object
title: apicentral.documentresource.create
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.documentresource.create'
event:
enum:
- apicentral.documentresource.create
- type: object
title: apicentral.documentresource.remove
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.documentresource.remove'
event:
enum:
- apicentral.documentresource.remove
- type: object
title: apicentral.documentresource.update
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.documentresource.update'
event:
enum:
- apicentral.documentresource.update
- type: object
title: apicentral.env.create
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.env.create'
event:
enum:
- apicentral.env.create
- type: object
title: apicentral.env.remove
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.env.remove'
event:
enum:
- apicentral.env.remove
- type: object
title: apicentral.env.update
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.env.update'
event:
enum:
- apicentral.env.update
- type: object
title: apicentral.publisheddocumentresource.create
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.publisheddocumentresource.create'
event:
enum:
- apicentral.publisheddocumentresource.create
- type: object
title: apicentral.publisheddocumentresource.remove
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.publisheddocumentresource.remove'
event:
enum:
- apicentral.publisheddocumentresource.remove
- type: object
title: apicentral.publishedproduct.create
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.publishedproduct.create'
event:
enum:
- apicentral.publishedproduct.create
- type: object
title: apicentral.publishedproduct.remove
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.publishedproduct.remove'
event:
enum:
- apicentral.publishedproduct.remove
- type: object
title: apicentral.subscription.create
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.subscription.create'
event:
enum:
- apicentral.subscription.create
- type: object
title: apicentral.subscription.remove
properties:
context:
enum:
- api_central
data:
$ref: '#/components/schemas/apicentral.subscription.remove'
event:
enum:
- apicentral.subscription.remove
- type: object
title: com.appcelerator.platform.org.user.create
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/com.appcelerator.platform.org.user.create'
event:
enum:
- com.appcelerator.platform.org.user.create
- type: object
title: com.appcelerator.platform.org.user.remove
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/com.appcelerator.platform.org.user.remove'
event:
enum:
- com.appcelerator.platform.org.user.remove
- type: object
title: marketplace.ai.disable
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/marketplace.ai.disable'
event:
enum:
- marketplace.ai.disable
- type: object
title: marketplace.ai.enable
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/marketplace.ai.enable'
event:
enum:
- marketplace.ai.enable
- type: object
title: marketplace.ai.update
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/marketplace.ai.update'
event:
enum:
- marketplace.ai.update
- type: object
title: marketplace.appearance.update
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/marketplace.appearance.update'
event:
enum:
- marketplace.appearance.update
- type: object
title: marketplace.billing.disable
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/marketplace.billing.disable'
event:
enum:
- marketplace.billing.disable
- type: object
title: marketplace.billing.enable
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/marketplace.billing.enable'
event:
enum:
- marketplace.billing.enable
- type: object
title: marketplace.billing.update
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/marketplace.billing.update'
event:
enum:
- marketplace.billing.update
- type: object
title: marketplace.consumer.active
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/marketplace.consumer.active'
event:
enum:
- marketplace.consumer.active
- type: object
title: marketplace.consumer.approve
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/marketplace.consumer.approve'
event:
enum:
- marketplace.consumer.approve
- type: object
title: marketplace.consumer.deny
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/marketplace.consumer.deny'
event:
enum:
- marketplace.consumer.deny
- type: object
title: marketplace.consumer.inactive
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/marketplace.consumer.inactive'
event:
enum:
- marketplace.consumer.inactive
- type: object
title: marketplace.consumer.remove
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/marketplace.consumer.remove'
event:
enum:
- marketplace.consumer.remove
- type: object
title: marketplace.consumer.signup
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/marketplace.consumer.signup'
event:
enum:
- marketplace.consumer.signup
- type: object
title: marketplace.create
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/marketplace.create'
event:
enum:
- marketplace.create
- type: object
title: marketplace.idp.create
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/marketplace.idp.create'
event:
enum:
- marketplace.idp.create
- type: object
title: marketplace.idp.remove
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/marketplace.idp.remove'
event:
enum:
- marketplace.idp.remove
- type: object
title: marketplace.idp.update
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/marketplace.idp.update'
event:
enum:
- marketplace.idp.update
- type: object
title: marketplace.lang.update
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/marketplace.lang.update'
event:
enum:
- marketplace.lang.update
- type: object
title: marketplace.onboarding.disable
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/marketplace.onboarding.disable'
event:
enum:
- marketplace.onboarding.disable
- type: object
title: marketplace.onboarding.enable
properties:
context:
enum:
- org
data:
$ref: '#/components/schemas/marketplace.onboarding.enable'
event:
enum:
- marketplace.onboarding.enable
- type: object
title: marketplace.onboarding.update
# --- truncated at 32 KB (169 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/axway/refs/heads/main/openapi/axway-activity-api-openapi.yml