Zum Hauptinhalt springen
POST
Accept an offer manually

Autorisierungen

Authorization
string
header
erforderlich

API token of the organisation. Send it as Authorization: Bearer api_... The token is bound to exactly one organisation.

Pfadparameter

id
string<ulid>
erforderlich

Offer ID (ULID).

Body

multipart/form-data
acceptedAt
string<date-time>
erforderlich

Acceptance timestamp as an ISO-8601 instant, e.g. 2026-04-01T00:00:00Z.

file
file

Optional signed PDF (max 20 MB).

Antwort

The acceptance outcome.

status
enum<string>
erforderlich
Verfügbare Optionen:
open,
signing,
awaiting_invoice_details,
signed,
archived
signedAt
string<date-time> | null