Get custom data API logs
Get custom data API logs
GET
Get custom data API logs
Returns the last 20 API calls made to the custom data endpoint. Useful for debugging integration issues.
Authorizations
Response
200 - application/json
Logs retrieved successfully.
HTTP method used.
Example:
"POST"
Endpoint URL called.
Example:
"https://api.piedpiper.com/customer-data"
HTTP status code returned.
Example:
200
Response message or error details.
Example:
"Success"
Customer email used in the request.
Example:
"customer@example.com"
Timestamp when the request was executed.
Example:
"2025-01-15T10:30:00+00:00"