Skip to main content
GET
/
recipients
/
tokens
cURL
curl --request GET \
  --url https://api.example.com/recipients/tokens
[
  {
    "id": "<string>",
    "system": "<string>",
    "type": "<string>",
    "token": "<string>",
    "enabled": true,
    "settings": {}
  }
]

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

listTokens 200 response

id
string
required
system
string
required
type
string
required
token
string
required
enabled
boolean
required
settings
object
required