Get one outbound send draft
outbound
Get one outbound send draft
Reads a single draft owned by the authenticated actor user.
GET
Get one outbound send draft
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Outbound send draft.
Clerk user id that owns this draft. Only this actor can read or delete it.
Example:
{
"first_run_at_ms": 1777809600000,
"interval_ms": 3600000,
"max_occurrences": 3
}