ACE-based API client options.

interface ApiClientAceOptions {
    ace: AddOn;
    clientKey: string;
    userAccountId?: string;
}

Properties

ace: AddOn

ACE instance.

clientKey: string

ACE client key.

userAccountId?: string

ACE user account ID. If not provided, the request will be made on behalf of the add-on.