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

    Type Alias SessionCheck

    SessionCheck

    Returns 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_check

    wss | https

    type SessionCheck = {
        client_id: string;
    }
    Index

    Properties

    Properties

    client_id: string