List Requests
Retrieve all requests captured in a specific bucket.Path Parameters
Account identifier (format:
acc_
followed by 27 alphanumeric characters)Bucket identifier
Headers
Bearer token for authentication
Response
Indicates if there are more records to paginate through
Get Request
Retrieve details of a specific request.Path Parameters
Account identifier
Bucket identifier
Request identifier
Headers
Bearer token for authentication
Response
Returns a single request object with the same structure as described in the List Requests response.Update Request
Update details of a specific request (typically used to add notes or modify metadata).Path Parameters
Account identifier
Bucket identifier
Request identifier
Headers
Bearer token for authentication
Request Body
Add or update notes for the request
Response
Returns the updated request object.Delete Request
Delete a specific request from the bucket.This action is irreversible. The request data will be permanently deleted.
Path Parameters
Account identifier
Bucket identifier
Request identifier
Headers
Bearer token for authentication
Response
ID of the deleted request
Flag indicating the request was successfully deleted