Skip to main content
GET
/
recipients
/
settings
cURL
curl --request GET \
  --url https://api.example.com/recipients/settings
{
  "id": "<string>",
  "recipientId": "<string>",
  "features": [
    {
      "name": "<string>",
      "status": "ENABLED"
    }
  ],
  "logLevels": [
    {
      "name": "<string>",
      "level": "TRACE"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://opendonationassistant.mintlify.app/llms.txt

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

Response

200 - application/json

Recipient Settings with Features

id
string
required
recipientId
string
required
features
object[]
required
logLevels
object[]
required