Retrieve the Callbacks registered on the specified Property.
created_at
updated_at
GET /properties/:property_id/callbacks
curl https://reactor.adobe.io/properties/:property_id/callbacks \
-H "Accept: application/vnd.api+json;revision=1" \
-H "Content-Type: application/vnd.api+json" \
-H "Authorization: Bearer [TOKEN]" \
-H "X-Api-Key: [KEY]" \
-H "X-Gw-Ims-Org-Id: [ORG_ID]" \
-X GET
{
"data": [
{
"id": "CB2c7e4c56869a43ccb1508be433f940cb",
"type": "callbacks",
"attributes": {
"created_at": "2023-04-21T22:54:43.989Z",
"subscriptions": [
"rule.created"
],
"updated_at": "2023-04-21T22:54:43.989Z",
"url": "https://www.example.com",
"created_by_email": "ciltaru@adobe.com",
"created_by_display_name": "George Ciltaru",
"updated_by_email": "ciltaru@adobe.com",
"updated_by_display_name": "George Ciltaru"
},
"relationships": {
"property": {
"links": {
"related": "https://reactor.adobe.io/callbacks/CB2c7e4c56869a43ccb1508be433f940cb/property"
},
"data": {
"id": "PRaa3edac1cf2a4f60884cbe1d904f62b8",
"type": "properties"
}
}
},
"links": {
"property": "https://reactor.adobe.io/properties/PRaa3edac1cf2a4f60884cbe1d904f62b8",
"self": "https://reactor.adobe.io/callbacks/CB2c7e4c56869a43ccb1508be433f940cb"
}
}
],
"meta": {
"pagination": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_pages": 1,
"total_count": 1
}
}
}