Skip to main content
POST
/
v1
/
clients
/
:id
/
screenshot
/
refresh
Refresh Screenshot
curl --request POST \
  --url https://api.oviond.com/v1/clients/:id/screenshot/refresh \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "screenshot": "<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

Screenshot refreshed

success
enum<boolean>
required
Available options:
true
data
object
required