Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/api/bot-accounts
Add a single bot account.
{ "username": "botuser1", "password": "mypass123", "email": "bot@email.com", "authToken": "abc123", "totpSecret": "JVMG5SZ4FGMCEUKP", "registrationYear": "2019" }
username
password
email
authToken
totpSecret
registrationYear
{ "account": { "id": "acc-abc12345", "username": "botuser1", "status": "inactive", ... } }