This is the output of the request endpoint.

interface RequestOutput {
    token: string;
}

Properties

Properties

token: string

The authorization token that has to be used for all the privileged endpoints.