Skip to main content
POST
/
pause
Pause new submissions
curl --request POST \
  --url https://api.errorgolf.com/v1/pause \
  --header 'Authorization: Bearer <token>'
{
  "error": "token_expired",
  "message": "Your authentication token has expired. Please login again."
}

Authorizations

Authorization
string
header
required

JWT token from /token endpoint

Response

Service paused successfully