Create account
documentedCreate a new account or sub-account.
POST /accountAccount Managementno implementation yet0 runsNo 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.smsfactor.com/account" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"account": {"email": "{{$email}}", "password": "{{$password}}", "firstname": "{{$firstname}}", "lastname": "{{$lastname}}", "city": "{{$city}}", "phone": "{{$phone}}", "address1": "{{$address1}}", "zip": "{{$zip}}", "country_code": "{{$country_code}}", "isChild": {{$isChild}}, "unlimited": {{$unlimited}}}}'