Get a list of terminal actions

GET {{baseUrl}}/companies/:companyId/terminalActions

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

Request Params

KeyDatatypeRequiredDescription
pageNumbernumberThe number of the page to fetch.
pageSizenumberThe number of items to have on a page, maximum 100. The default is 20 items on a page.
statusstringReturns terminal actions with the specified status. Allowed values: pending, successful, failed, cancelled, tryLater.
typestringReturns terminal actions of the specified type. Allowed values: InstallAndroidApp, UninstallAndroidApp, InstallAndroidCertificate, UninstallAndroidCertificate.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring