Deep Trekker BRIDGE API - v1.0.3
    Preparing search index...

    Type Alias Session

    Session

    Sends a list of all the sessions currently authorized for use.

    Note 💡 Ensure the number-like property values are sent as strings when sent and are enclosed in quotes ""

    /session_list

    wss | https

    Response to SessionCheck.

    type Session = {
        clients: Client[];
        connection_id: string;
        session_id: string;
    }
    Index

    Properties

    clients: Client[]
    connection_id: string
    session_id: string