Member Junction
    Preparing search index...

    Inputs for a single HTTP Basic Authorization header value.

    interface BasicAuthRequest {
        Password: string;
        Username: string;
    }
    Index

    Properties

    Properties

    Password: string

    The password component (right of the colon). For Neon CRM, the API key. May contain ':'.

    Username: string

    The userid component (left of the colon). For Neon CRM, the org id. MUST NOT contain ':'.