Get API version root
documentedRoot endpoint for the beta1 API version; useful to confirm the API version and availability.
GET /beta1/Versioningno 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}}.workamajig.com/api/beta1/" \
-X GET \
-H "Accept: application/json" \
-H "APIAccessToken: {{WORKAMAJIG_API_ACCESS_TOKEN}}" \
-H "UserToken: {{WORKAMAJIG_USER_TOKEN}}"