Get authentication token
documentedRetrieve an API authentication token (via HTTP Basic Auth).
GET /api/user/api_auth_tokenUsersno 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://{{$subdomain}}.letsfreckle.com/api/user/api_auth_token.json" \
-u "{{$user_email}}:{{$user_password}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"