cURL
curl --request POST \ --url https://api.paygentic.io/v0/sources/{id}/events/bulk-approve \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "eventIds": [ "<string>" ] } '
{ "details": { "failed": [], "processed": [ "sev_a1b2c3d4e5f6g7h8", "sev_b2c3d4e5f6g7h8i9" ] }, "failed": 0, "processed": 2 }
Approve multiple pending source events at once
API key authentication
Unique identifier for a source
IDs of events to approve
Unique identifier for a source event
Bulk approval results
Number of successfully approved events
Number of events that failed to process
Show child attributes