As we talked here
We want to try to use session regiester api, seem like here are required fields
Header
- x-api-key
Body - userId
- deviceId
- deviceInfo
- displayName
- authToken
My question are
-
For x-api-key, value will be the same as apiKey that we use for eko-sdk right?
-
For deviceId, deviceInfo - how can I get theses value? or what value should be?
-
Seem like to get authToken we’ll have to get it from /authentication/token api, but that api require header name x-server-key, So how can I get that server key?
As I tried to put apiKey that we used for eko-sdk as server key, I got error Invalid server key.