Skip to main content
POST
/
api
/
v4
/
applicants
/
{applicant_id}
/
enable-monitoring
Enable monitoring
curl --request POST \
  --url https://api.dataspike.io/api/v4/applicants/{applicant_id}/enable-monitoring \
  --header 'ds-api-token: <api-key>'
"enabled successfully"

Authorizations

ds-api-token
string
header
required

Path Parameters

applicant_id
string<uuid>
required

Applicant ID

Example:

"f81d4fae-7dec-11d0-a765-00a0c91e6bf6"

Response

200 - application/json

Response

The response is of type string.

Example:

"enabled successfully"