Skip to main content
POST
/
watch-mode
/
stop
Stop file watching
curl --request POST \
  --url https://{organization}.data.credibledata.com/api/v0/watch-mode/stop \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "details": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

Watch mode stopped successfully.