Skip to content

List all subscriptions

GET https://api.copper.com/developer_api/v1/webhooks

Example Requests

List all subscriptions

curl --location --request GET "https://api.copper.com/developer_api/v1/webhooks" \
  --header "X-PW-AccessToken: YOUR_TOKEN_HERE" \
  --header "X-PW-Application: developer_api" \
  --header "X-PW-UserEmail: YOUR_EMAIL_HERE" \
  --header "Content-Type: application/json"
[
  {
    "id": 17065,
    "target": "https://your.endpoint.here",
    "type": "lead",
    "event": "update",
    "secret": {
      "secret": "hook_source",
      "key": "copper_notifications"
    },
    "custom_field_computed_values": false,
    "created_at": 1489173015
  },
  {
    "id": 25347,
    "target": "https://your.endpoint.here",
    "type": "person",
    "event": "update",
    "secret": {
      "secret": "hook_source",
      "key": "copper_notifications"
    },
    "custom_field_computed_values": true,
    "created_at": 1496787761
  },
  {
    "id": 39285,
    "target": "https://hookb.in/KAnAXW5q",
    "type": "activity_log",
    "event": "update",
    "secret": {
      "secret": "hook_source",
      "key": "copper_notifications"
    },
    "custom_field_computed_values": false,
    "created_at": 1510271719
  },
  {
    "id": 39286,
    "target": "https://hookb.in/KAnAXW5q",
    "type": "activity_log",
    "event": "delete",
    "secret": {
      "secret": "hook_source",
      "key": "copper_notifications"
    },
    "custom_field_computed_values": true,
    "created_at": 1510271965
  },
  {
    "id": 39287,
    "target": "https://hookbin.com/bin/KAnAXW5q",
    "type": "lead",
    "event": "new",
    "secret": {
      "secret": "hook_source",
      "key": "copper_notifications"
    },
    "custom_field_computed_values": false,
    "created_at": 1510272356
  },
  {
    "id": 39288,
    "target": "https://hookbin.com/bin/KAnAXW5q",
    "type": "activity_log",
    "event": "new",
    "secret": {
      "secret": "hook_source",
      "key": "copper_notifications"
    },
    "custom_field_computed_values": true,
    "created_at": 1510272369
  }
]