-
-
Notifications
You must be signed in to change notification settings - Fork 85
16. Terminal Api
Vincent Kok edited this page Dec 4, 2023
·
1 revision
Retrieve all point-of-sale terminal devices linked to your organization or profile, ordered from newest to oldest.
using ITerminalClient client = new TerminalClient({yourApiKey});
ListResponse<TerminalResponse> response = await client.GetTerminalListAsync();
using ITerminalClient client = new TerminalClient({yourApiKey});
TerminalResponse response = await client.GetTerminalAsync({yourTerminalId});