Skip to main content
POST
/
recipients
/
tokens
/
settoken
cURL
curl --request POST \
  --url https://api.example.com/recipients/tokens/settoken \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "token": "<string>",
  "type": "<string>",
  "system": "<string>",
  "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.

Body

application/json
id
string
required
token
string
required
type
string
required
system
string
required
settings
object
required

Response

200

setToken 200 response