List Requests
Retrieve all requests captured in a specific bucket.Path Parameters
string
required
Account identifier (format:
acc_ followed by 27 alphanumeric characters)string
required
Bucket identifier
Headers
string
required
Bearer token for authentication
Response
boolean
Indicates if there are more records to paginate through
array
Get Request
Retrieve details of a specific request.Path Parameters
string
required
Account identifier
string
required
Bucket identifier
string
required
Request identifier
Headers
string
required
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
string
required
Account identifier
string
required
Bucket identifier
string
required
Request identifier
Headers
string
required
Bearer token for authentication
Request Body
string
Add or update notes for the request
Response
Returns the updated request object.Delete Request
Delete a specific request from the bucket.Path Parameters
string
required
Account identifier
string
required
Bucket identifier
string
required
Request identifier
Headers
string
required
Bearer token for authentication
Response
string
ID of the deleted request
boolean
Flag indicating the request was successfully deleted