v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-131362831.1 MB
Terminal actions - company level

Get a list of terminal actions

Returns the terminal actions that have been scheduled for the company identified in the path.The response doesn't include actions that are scheduled by Adyen. To make this request, your API credential must have one of the following roles:

  • Management API—Terminal actions read
  • Management API—Terminal actions read and write

In the live environment, requests to this endpoint are subject to rate limits.

get/companies/{companyId}/terminalActions

Path parameters

companyIdstring required

The unique identifier of the company account.

Query parameters

pageNumberinteger

The number of the page to fetch.

pageSizeinteger

The number of items to have on a page, maximum 100. The default is 20 items on a page.

statusstring

Returns terminal actions with the specified status. Allowed values: pending, successful, failed, cancelled, tryLater.

typestring

Returns terminal actions of the specified type. Allowed values: InstallAndroidApp, UninstallAndroidApp, InstallAndroidCertificate, UninstallAndroidCertificate.

Response

OK - the request has succeeded.