Sign in

List CRM messages

documented

Retrieve messages for a CRM ticket.

GET /3dCartWebAPI/v1/CRM/MessagesCRMno 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://apirest.3dcart.com/3dCartWebAPI/v1/CRM/Messages" \
  -X GET \
  -H "Accept: application/json" \
  -H "secureurl: {{$secure_url}}" \
  -H "privatekey: {{$private_key}}" \
  -H "token: {{$token}}"
List CRM messages · Shift4Shop · OpenIntegrations