Skip to content
This repository was archived by the owner on Sep 8, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 342 Bytes

File metadata and controls

26 lines (18 loc) · 342 Bytes

auth/token Endpoint

The auth/token endpoint retrieves your ID token.

Note: This is used to connect the websocket.

Endpoint

auth/token

Method

GET

Data returned

{
    'data': [
        'xxxx'                  // Your token here.
    ],
    'meta': {},
    'status': 'ok',
    'time': 'xx.xxxxxxxxxxx'
}