Get a list of the DevicesAsk AIget https://api-cert.payconex.net/api/v4/accounts/{accountId}/devicesEndpoint to get the list of all the active Devices. Required Scopes The API Key calling this endpoint must have one of the following scopes: pcx:devices:* pcx:devices:read Path ParamsaccountIdstringrequiredNumeric ID of the accountQuery ParamspageintegerDefaults to 1The page number for the paginator.limitinteger1 to 100Defaults to 25The number of rows to return in the response, with a range between 1 and 100, Default 25.querystring | nullA query parameter that filters the dataset.Responses 200Successful operation 400Bad Request 401The authorization provided was invalid 422There was a problem validating your request 500An unexpected error occurred on the server, preventing the request from being processed successfully. defaultErrorUpdated 9 months ago