Authenticate
documentedAuthenticate a user and obtain an authentication ticket (cookie or XML ticket).
GET /db/main?a=API_Authenticate&username={email}&password={password}&hours={hours}Securityno 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://{{$domain}}/db/main?a=API_Authenticate&username={{$email}}&password={{QUICKBASE_SECRET}}&hours={{$hours}}" \
-X GET \
-H "Accept: application/xml"