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
Key | Datatype | Required | Description |
---|---|---|---|
pageNumber | number | The number of the page to fetch. | |
pageSize | number | The number of items to have on a page, maximum 100. The default is 20 items on a page. | |
status | string | Returns terminal actions with the specified status. Allowed values: pending, successful, failed, cancelled, tryLater. | |
type | string | Returns terminal actions of the specified type. Allowed values: InstallAndroidApp, UninstallAndroidApp, InstallAndroidCertificate, UninstallAndroidCertificate. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |