Skip to main content

The event data object

Attributes​

id - string​

Unique id for this event.

status_code - integer​

The response code.

status_text - string​

The response code as a string.

method - string​

The request method.

request_body - string​

Your request as an encoded JSON.

request_url - string​

Your request URL.

response_body - string​

Your response body as an encoded JSON.

created_at - date​

Creation date of this event.