Sign in

Register user

documented

Creates a new CallOnTheGo user account in the CallOnTheGo app.

POST /user/appregisterUsersno 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://app.callonthego.com/api/v1/user/appregister" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "x-cotg-authtoken: {{CALLONTHEGO_API_KEY}}" \
  -d '{"email": "{{$email}}", "password": "{{$password}}"}'
Register user · CallOnTheGo · OpenIntegrations