Insert a new session
Insert a new timing session into a device.
Returns the token_session identification token for the new inserted session. This token_session must be stored in the device in order to then authenticate and send passings.
New timing sessions are always active by default. If there's any other active session it will be closed.
Inserts a new and active timing session in the given device and returns the token_session.
POST
https://api.runonrufus.com/v0/sessions
Headers
Name
Type
Description
api_key*
String
Account api key with WRITE or READ_WRITE access type.
Request Body
Name
Type
Description
deviceid*
String
Deviceid where to insert the new session.
alias
String
A name for the new session.
Last updated