List object types
documentedReturn the list of object types defined in your workspace.
GET /v1/object_typesObjectsno 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://cdp.customer.io/v1/object_types" \
-X GET \
-u "{{CUSTOMER_API_KEY}}:" \
-H "Accept: application/json" \
-H "Content-Type: application/json"