v1

latestOpenAPI 3.1.02026-07-26189891.1 MB
Suspensions

Confirm Ingestion Suspension

After /suspend is called, a token is returned for use with this route as a confirmation.

post/v1/config/ingestion/suspend/confirm

Request body

tokenstring uuid4

Example request

{
  "token": "03290da0-79a9-4090-9189-efb853d049ec"
}

Response

OK

statusstring

Example response

{
  "status": "OK"
}