@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface AcquireRightsRejected

    interface AcquireRightsRejected {
        rights_id: string;
        status: "rejected";
        brand_id: string;
        reason: string;
        suggestions?: string[];
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    rights_id: string
    status: "rejected"

    Rights request was rejected

    brand_id: string
    reason: string

    Why the rights request was rejected. May be sanitized to protect confidential brand rules — e.g., 'This violates our public figures brand guidelines' rather than naming the specific rule.

    suggestions?: string[]

    Actionable alternatives the buyer can try. If present, the rejection is fixable — the buyer can adjust their request. If absent, the rejection is final for this talent/rights combination.

    context?: ContextObject
    ext?: ExtensionObject