get https://webhooks.ordergroove.com/webhook_targets
You must authenticate with API User scope to access.
Response Body Definitions
| Name | Type | Description | Example |
|---|---|---|---|
| next | string | Url to retrieve previous page of results | https://restapi.ordergroove.com/webhook_targets?page=1 |
| previous | string | Url to retrieve next page of results | https://restapi.ordergroove.com/webhook_targets?page=3 |
| results | object | Array of configured filters for this target | |
| results.id | string | Public id of this target (use this to update or get metrics on target) | 5f15ef298dc15df9bc6eda35 |
| results.merchant | Ordergroove public identifier of your program | aaaa1111bbbb2222cccc | |
| results.target_url | string | The endpoint to which Ordergroove will send events | https://webhook.target/uri-2 |
| results.enabled | boolean | Flag indicating whether or not Ordergroove should be sending events to this target | True |
| results.created | int | Timestamp of when the target was first configured | 1595275839 |
| results.updated | int | Target of when the target was most recently updated | 1597390666 |
