You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Using Postman to send payloads to devicehub or challengehub
31
+
30
32
## Prerequisite: you need to have your tokens on hand, they are relatively short lived so once you have them, get to connecting!
31
33
32
34
### DeviceHub
@@ -43,7 +45,9 @@ Take care not to share your tokens as they are not encrypted and contain persona
43
45
"version": 1
44
46
}
45
47
```
46
-
5. You can then invoke "SubscribeToLocation" to get your device informations.
48
+
49
+
5. You can then invoke "SubscribeToLocation" to get your device information.
50
+
47
51
```
48
52
{
49
53
"arguments": [
@@ -54,6 +58,7 @@ Take care not to share your tokens as they are not encrypted and contain persona
54
58
"type": 1
55
59
}
56
60
```
61
+
57
62
6. You should received the DeviceListInitialValuesReceived message back.
58
63
59
64
### ChallengeHub
@@ -70,20 +75,21 @@ Take care not to share your tokens as they are not encrypted and contain persona
70
75
"version": 1
71
76
}
72
77
```
73
-
5. You can send various messages to the ChallengeHub to request different information. For the 2025-2026 season with the addition of Flex D, the messages were split between Winter Credit (Crédit Hivernal) and Flex D. Winter Credit messages will contain CH in their target, and Flex D event will contain Flex in their target. Each of rates has its own event id, for example, event 337 was for Winter Credits, and event 338 was for Flex D, both occured at the same time. You will have access to one, or the other, depending on your rate.
74
78
79
+
5. You can send various messages to the ChallengeHub to request different information. For the 2025-2026 season with the addition of Flex D, the messages were split between Winter Credit (Crédit Hivernal) and Flex D. Winter Credit messages will contain CH in their target, and Flex D event will contain Flex in their target. Each of rates has its own event id, for example, event 337 was for Winter Credits, and event 338 was for Flex D, both occurred at the same time. You will have access to one, or the other, depending on your rate.
75
80
76
81
### Examples of various invokesto the ChallengeHub
0 commit comments