{ "opencollection": "1.0.0", "info": { "name": "Adobe Experience Platform Data Collection Builds Callbacks API", "version": "2.0.0" }, "items": [ { "info": { "name": "Callbacks", "type": "folder" }, "items": [ { "info": { "name": "List Callbacks for a Property", "type": "http" }, "http": { "method": "GET", "url": "https://reactor.adobe.io/properties/:propertyId/callbacks", "params": [ { "name": "propertyId", "value": "", "type": "path", "description": "The unique identifier for a property." }, { "name": "filter[created_at]", "value": "", "type": "query", "description": "Filter by creation date." }, { "name": "filter[updated_at]", "value": "", "type": "query", "description": "Filter by last updated date." }, { "name": "page[number]", "value": "", "type": "query", "description": "Page number for pagination." }, { "name": "page[size]", "value": "", "type": "query", "description": "Number of results per page." } ] }, "docs": "Retrieve all callbacks belonging to a property." }, { "info": { "name": "Create a Callback", "type": "http" }, "http": { "method": "POST", "url": "https://reactor.adobe.io/properties/:propertyId/callbacks", "params": [ { "name": "propertyId", "value": "", "type": "path", "description": "The unique identifier for a property." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new callback under the specified property." }, { "info": { "name": "Retrieve a Callback", "type": "http" }, "http": { "method": "GET", "url": "https://reactor.adobe.io/callbacks/:callbackId", "params": [ { "name": "callbackId", "value": "", "type": "path", "description": "The unique identifier for a callback." } ] }, "docs": "Look up a specific callback by its ID." }, { "info": { "name": "Update a Callback", "type": "http" }, "http": { "method": "PATCH", "url": "https://reactor.adobe.io/callbacks/:callbackId", "params": [ { "name": "callbackId", "value": "", "type": "path", "description": "The unique identifier for a callback." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify a callback's URL or subscriptions." }, { "info": { "name": "Delete a Callback", "type": "http" }, "http": { "method": "DELETE", "url": "https://reactor.adobe.io/callbacks/:callbackId", "params": [ { "name": "callbackId", "value": "", "type": "path", "description": "The unique identifier for a callback." } ] }, "docs": "Remove a callback. Returns HTTP 204 on success." } ] } ], "bundled": true }