Skip to main content

Developers: Logs

Audience: Developer

What It Covers

The Logs tab reads integration audit trails from audit_logs.

Endpoint:

  • GET /api/v1/merchant/developer/logs?limit=50

limit max is 200.

Included Action Families

  • api_key.*
  • developer_app.*
  • oauth.*
  • webhook.*

Response Shape

{
"data": {
"items": [
{
"id": "...",
"action": "developer_app.created",
"entity_type": "developer_app",
"entity_id": "...",
"metadata": "{...}",
"created_at": "2026-02-26T00:00:00Z"
}
],
"count": 1
}
}

Current Limitation

This endpoint is audit-focused. It does not yet provide full per-request HTTP logs for every /api/public/v1/* call.