@makehq/sdk
    Preparing search index...

    Type Alias CreateByCredentialsBody

    Body for creating a credential request by connection/key types

    type CreateByCredentialsBody = {
        connections?: ConnectionSelection[];
        description?: string;
        keys?: KeySelection[];
        name?: string;
        teamId: number;
    }
    Index

    Properties

    connections?: ConnectionSelection[]

    Array of OAuth or basic-auth connections to request

    description?: string

    Instructions or context for the end-user

    keys?: KeySelection[]

    Array of API keys to request

    name?: string

    Human-readable name for the credential request

    teamId: number

    The numeric ID of the Make team where the connections/keys will be created once authorized