@makehq/sdk
    Preparing search index...

    Type Alias CredentialRequest

    Credential Request entity

    type CredentialRequest = {
        appNames?: string[];
        createdAt: string;
        description?: string;
        emailSentAt?: string | null;
        expiresAt?: string;
        externalProviderId?: string | null;
        id: string;
        makeProvider?: { email: string; id: number; name: string };
        makeProviderId?: string | null;
        name: string;
        organizationId: number;
        shouldSendEmail: boolean;
        status: string;
        teamId: number;
        updatedAt: string;
        userId: number;
    }
    Index

    Properties

    appNames?: string[]

    App names associated with the request

    createdAt: string

    Creation timestamp

    description?: string

    Description of the request

    emailSentAt?: string | null

    Email sent timestamp

    expiresAt?: string

    Expiration timestamp

    externalProviderId?: string | null

    External provider ID

    id: string

    Unique identifier

    makeProvider?: { email: string; id: number; name: string }

    Provider details

    makeProviderId?: string | null

    Make provider ID

    name: string

    Name of the request

    organizationId: number

    Organization ID

    shouldSendEmail: boolean

    Should send email

    status: string

    Status of the request

    teamId: number

    Team ID

    updatedAt: string

    Update timestamp

    userId: number

    User ID