Skip to main content
POST
Email a stored CADOC filing again

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Path Parameters

id
string<uuid>
required

Response

200 - application/json
id
string<uuid>
required
workflow_id
string<uuid>
required
template
string
required
Example:

"cadoc-5711"

base_date
string
required
Example:

"2026-09-08"

status
enum<string>
required
Available options:
generated,
failed
failure_reason
enum<string> | null
required
Available options:
PARTIAL_SNAPSHOT,
MODEL_INVALID,
NO_SERIALIZER,
UNKNOWN
unstamped_accounts
number
required
sent_at
string<date-time> | null
required

Set once the mail went out.

send_attempts
number
required

SMTP attempts so far, manual resends included.

last_send_attempt_at
string<date-time> | null
required
last_send_error
enum<string> | null
required
Available options:
UNCONFIGURED,
SMTP_ERROR,
REJECTED,
TIMEOUT,
UNKNOWN,
UNCONFIRMED
created_at
string<date-time>
required
Last modified on September 17, 2026