Sign in

Get user token

documented

Returns an authentication token for the given user (token-based auth).

POST /user/tokenUsersno 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/token" \
  -X POST \
  -H "x-cotg-authtoken: {{CALLONTHEGO_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"email": "{{$email}}", "password": "{{$password}}"}'