List Metadata Types
documentedReturn an array of object type metadata (fields, associations, and actions) exposed by the API.
GET /metadata/types.apiMetadatano 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://secure.workbooks.com/metadata/types.api?api_key={{WORKBOOKS_API_KEY}}" \
-X GET \
-H "Accept: application/json"