Sign in

Add subuser

documented

Create a new sub-user account.

POST /subusersSubusersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.smsapi.com/subusers" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"credentials":{"username":"{{$subuser_username}}","password":"{{$subuser_password}}","api_password":"{{$subuser_api_password}}"},"active":"{{$active}}","description":"{{$description}}","points":{"from_account":"{{$from_account}}","per_month":"{{$per_month}}"}}'