Get authentication token
documentedObtain an access token for authenticating API requests by posting userId and apiKey.
POST /thirdparty/v1/user/apiloginAuthenticationno 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.wachete.com/thirdparty/v1/user/apilogin" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"userId": "{{$user_id}}", "apiKey": "{{WACHETE_API_KEY}}"}'