@jackdevau/up-api API Reference
    Preparing search index...

    Interface WebhookResource

    interface WebhookResource {
        type: string;
        id: string;
        attributes: {
            url: string;
            description: string | null;
            secretKey: string | null;
            createdAt: string;
        };
        relationships: { logs: { links?: { related: string } } };
        links?: { self: string };
    }
    Index

    Properties

    type: string
    id: string
    attributes: {
        url: string;
        description: string | null;
        secretKey: string | null;
        createdAt: string;
    }
    relationships: { logs: { links?: { related: string } } }
    links?: { self: string }