Devices by Email API
POST /getDevicesByEmail
Description
This API endpoint retrieves the list of
id: devices-by-email-api title: Devices by Email API sidebar_label: Devices by Email sidebar_position: 680
POST /getDevicesByEmail
Description
This endpoint retrieves the list of devices associated with a given email address.
Request
Endpoint: /getDevicesByEmail
Method: POST
Body:
query getDevicesByEmail($email: String!) {
getDevicesByEmail(email: $email) {
deviceAppType
deviceOsType
appVersion
lastConnectionStartTime
lastConnectionStopTime
isConnected
lastSessionId
isDeactivated
lastConnectedServerId
lastConnectedServerCountry
lastConnectedServerCity
}
}