Skip to main content
GET
/
v1
/
caller-trust
/
documents
/
{id}
Get document status
curl --request GET \
  --url https://api.revdesk.com/v1/caller-trust/documents/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "document_id": "<string>",
    "filename": "<string>",
    "content_type": "<string>",
    "status": "<string>",
    "av_scan_status": "<string>",
    "sha256": "<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

Success

data
object
required