Adyen Clouddeviceservice V1
Connector for the adyen-clouddeviceservice-v1 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://device-api-test.adyen.com/v1 - Auth:
header:X-API-Key(pass your key via theapiKeyinput)
Operations
get_merchants_merchantaccount_connecteddevices— GET /merchants/{merchantAccount}/connectedDevices — Get a list of connected devicesget_merchants_merchantaccount_devices_deviceid_s— GET /merchants/{merchantAccount}/devices/{deviceId}/status — Get the connection status of a devicepost_merchants_merchantaccount_devices_deviceid_— POST /merchants/{merchantAccount}/devices/{deviceId}/async — Send a Terminal API request and receive an asynchronous response
Inputs
apiKey— your adyen-clouddeviceservice-v1 API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_merchants_merchantaccount_connecteddevices
apiKey: <your key>