Skip to main content
GET
/
dev
/
v1
/
security
/
audit-trail
Get audit trail
curl --request GET \
  --url https://api.shoppex.io/dev/v1/security/audit-trail \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "security": {
      "trail": [
        {
          "id": "audit_1",
          "action": "READ_FRAUD_SHIELD_SETTINGS"
        }
      ]
    }
  }
}

Authorizations

Authorization
string
header
required

Use your Shoppex API key in the Authorization header.

Response

200 - application/json

Successful response

data
object[]
pagination
object