Skip to main content
GET
/
drafts
List drafts
curl --request GET \
  --url https://api.sentvia.ai/v1/drafts \
  --header 'Authorization: Bearer <token>'
{
  "drafts": [
    {
      "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.

Response

200 - application/json

OK

drafts
object[]