Skip to main content
POST
/
otp
/
create
cURL
curl --request POST \
  --url https://api.example.com/otp/create \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "otp": "<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

The body is of type object.

Response

200 - application/json

createOtp 200 response

otp
string
required