Contracts

Get one contract

One contract envelope: the campaign and creator it belongs to, the frozen terms the document was rendered from (deliverables, reward structure, usage rights, dates), the signing status, and brand_signed_at / creator_signed_at — null until that party signs. last_error carries the delivery failure reason when status is delivery_failed.

404 when the contract does not belong to this shop. Single-shop only.

get/contracts/{contract_id}

Path parameters

contract_idstring uuid required

Contract id (UUID).

Contract id (UUID).

Response

Successful Response

idstring uuid required
batch_idstring uuid required
campaign_idinteger required
campaign_namestring required
creator_idinteger required
creator_namestring required
creator_handlestring required
contract_titlestring required
template_source'standard' required
status'draft' | 'sent' | 'active' | 'expired' | 'voided' | 'delivery_failed' required
brand_signed_atstring date-time nullable
creator_signed_atstring date-time nullable
effective_datestring date required
expiry_datestring date required
last_errorstring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.