Get Online/Offline status

This endpoint allows you to query the online/offline status of a POS

Request
Security:
path Parameters
tcLocationId
required
string

Tyro Connect Location Id for which the online/offline status should be retrieved

header Parameters
Authorization
required
string
Default: Bearer {$$.env.access_token}
Responses
200

Online/Offline status response

403

When you don't have the required permissions to query the online/offline status of the provided location

get/locations/{tcLocationId}
Request samples
curl -i -X GET \
  'https://api.tyro.com/connect/locations/{tcLocationId}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "locationId": "merchant:abc123",
  • "pos": {
    },
  • "status": {
    }
}
Copyright © Tyro Payments 2019-2024. All right reserved.