Skip to main content
GET
/
drafts
/
{id}
cURL
curl --request GET \
  --url https://api.sentvia.ai/v1/drafts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "inbox_id": "<string>",
  "subject": "<string>",
  "status": "<string>",
  "scheduled_at": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

OK

id
string
inbox_id
string
subject
string | null
status
string
scheduled_at
string | null