Sign in

Get API version root

documented

Root endpoint for the beta1 API version; useful to confirm the API version and availability.

GET /beta1/Versioningno 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}}.workamajig.com/api/beta1/" \
  -X GET \
  -H "Accept: application/json" \
  -H "APIAccessToken: {{WORKAMAJIG_API_ACCESS_TOKEN}}" \
  -H "UserToken: {{WORKAMAJIG_USER_TOKEN}}"
Get API version root · Workamajig · OpenIntegrations