Skip to main content
POST
/
v2
/
email-threads
/
{email_thread_id}
/
emails
/
{email_id}
/
invoices
/
{invoice_id}
/
pdf
/
{attachment_id}
/
verify
Verify Invoice Pdf
curl --request POST \
  --url https://api.example.com/v2/email-threads/{email_thread_id}/emails/{email_id}/invoices/{invoice_id}/pdf/{attachment_id}/verify \
  --header 'Authorization: Bearer <token>'
{
  "created_at": "2023-11-07T05:31:56Z",
  "modified_at": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "name": "<string>",
  "mime_type": "<string>",
  "size": 123,
  "is_verified": true,
  "object": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.api.stuut.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

email_thread_id
string
required
email_id
string
required
invoice_id
string
required
attachment_id
string
required

Response

Successful Response

created_at
string<date-time>
required
modified_at
string<date-time> | null
required
id
string
required
name
string
required

The file name

mime_type
string | null
required
size
integer | null
required
is_verified
boolean
required
object
string
required
read-only

String representing the object's type. Objects of the same type share the same value.