Skip to main content
POST
/
blocklist
/
toggle
cURL
curl --request POST \
  --url https://sandbox.foldd.com/blocklist/toggle \
  --header 'api-key: <api-key>'
{
  "blocklist_guard_status": "<string>"
}

Documentation Index

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

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

Authorizations

api-key
string
header
required

Use the API key created under your merchant account from the Foldd dashboard. API key is used to authenticate API requests from your merchant server only. Don't expose this key on a website or embed it in a mobile application.

Query Parameters

status
boolean
required

Boolean value to enable/disable blocklist

Response

Blocklist guard enabled/disabled

blocklist_guard_status
string
required