Sign in

List object types (GET)

documented

Retrieve available object types.

GET /v1/object_typesObjectsno 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://cdp.customer.io/v1/object_types" \
  -X GET \
  -u "{{CUSTOMER_API_KEY}}:" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List object types (GET) · Customer.io · OpenIntegrations