Skip to main content
GET
/
events
/
logs
/
{logId}
Get event log by ID
curl --request GET \
  --url https://api-dev.paygen.online/events/logs/{logId} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 123,
  "message": "<string>",
  "data": {
    "_id": "<string>",
    "event": "<string>",
    "status": "<string>",
    "payload": {},
    "createdAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

logId
string
required
Required string length: 24

Response

200 - application/json

Data fetched successfully.

statusCode
integer
required
message
string
required
data
object