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."
}

Documentation Index

Fetch the complete documentation index at: https://docs.errorgolf.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token from /token endpoint

Response

Service paused successfully