AdminOperational overview (DLQ + Sentry) for this environment

Operational overview (DLQ + Sentry) for this environment

Read-only dashboard data: count of failed projection events in the DLQ (by projector) and the number of unresolved Sentry issues for this environment. Each section degrades to configured: false when its binding/secret is absent. Requires dual auth: X-Admin-API-Key + JWT.

curl -X GET "https://api.spkey.co/admin/ops/overview" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "environment": "example_string",
  "generatedAt": "example_string",
  "dlq": {
    "configured": true,
    "total": 3.14,
    "truncated": true,
    "byProjector": {},
    "latestFailureAt": "null",
    "error": "example_string"
  },
  "sentry": {
    "configured": true,
    "openIssues": "null",
    "capped": true,
    "project": "null",
    "url": "null",
    "topIssues": [
      {
        "shortId": "example_string",
        "title": "example_string",
        "count": "example_string",
        "level": "example_string",
        "lastSeen": "example_string",
        "permalink": "example_string"
      }
    ],
    "error": "example_string"
  }
}
GET
/admin/ops/overview
GET
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token (JWT)
Bearer Tokenstring
Required

JWT token from SmartphoneKey authentication. Identifies the B2C user or B2B service.

JWT token from SmartphoneKey authentication. Identifies the B2C user or B2B service.
API Key (header: X-API-Key)
X-API-Keystring
Required

API key for B2B organization access. Provided during organization onboarding.

API key for B2B organization access. Provided during organization onboarding.
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token (JWT). JWT token from SmartphoneKey authentication. Identifies the B2C user or B2B service.

header
X-API-Keystring
Required

API Key for authentication. API key for B2B organization access. Provided during organization onboarding.

Responses

environmentstring
Required
generatedAtstring
Required
dlqobject
Required
sentryobject
Required