get
http://localhost:3001/api//request_logs
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Success
Example Response
{
"123": [
{
action: "create",
api_request_id: 123,
created_at: "2023-04-14T09:00:00Z",
data_type: "project",
error: null,
origin: "https://sample.com",
params: { email: "[email protected]", first_name: "Request", last_name: "Log" },
response: {},
team_id: 1,
updated_at: "2023-04-14T09:00:00Z",
}
]
} 400Invalid data type
401Invalid Authentication Key and/or Team ID
