Skip to main content
POST
/
recipients
/
commands
/
create-recipient
cURL
curl --request POST \
  --url https://api.example.com/recipients/commands/create-recipient \
  --header 'Content-Type: application/json' \
  --data '
{
  "nickname": "<string>",
  "password": "<string>",
  "email": "<string>"
}
'
{
  "password": "<string>"
}

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
nickname
string
required
password
string | null
email
string | null

Response

200 - application/json

createRecipient 200 response

password
string
required