Events
Authorizations
AuthorizationstringRequired
Use your Guardian secret key as a Bearer token.
Example: Authorization: Bearer sec_xxx
Path parameters
idstringRequired
Guardian event identifier (e.g. evt_123).
Responses
200
Processed event payload
application/json
400
Bad request
application/json
401
Unauthorized (missing or invalid secret key)
application/json
402
Payment required (free quota exceeded)
application/json
403
Forbidden (event does not belong to the key)
application/json
404
Event not found (may occur while the event is still processing)
application/json
500
Unexpected server error
application/json
get
/request/event/{id}Last updated
Was this helpful?
