Sign in

Get authentication token

documented

Retrieve an API authentication token (via HTTP Basic Auth).

GET /api/user/api_auth_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://{{$subdomain}}.letsfreckle.com/api/user/api_auth_token.json" \
  -u "{{$user_email}}:{{$user_password}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get authentication token · Freckle · OpenIntegrations