Get Capture

Get the capture status based on the given document ID

get

Returns the capture status based on the document ID.

Authorizations
Query parameters
docIdstringRequired

The document ID to fetch the capture status for.

Responses
200
Successfully retrieved the capture status.
application/json
get
GET /api/v1/thing/capture/status HTTP/1.1
Host: api.monogoto.io
Authorization: Bearer JWT
Accept: */*
{
  "status": "success",
  "data": {
    "fileStatus": "Ready",
    "shortenedUrl": "https://bit.ly/3Z0jUP9"
  }
}

Last updated

Was this helpful?