Total Transactions
0
Last 24 hours
Success Rate
0%
+5% from yesterday
Avg Response Time
0ms
Target: <1000ms
Active Entities
0
Requestors + Responders
Verification Activity (Last 24 Hours)
Verification Status Distribution
System Health
API Uptime
99.95%
Database Status
Healthy
Cache Hit Rate
94.2%
Queue Depth
23
LD Entries
0
Last Sync
Single Product Identifier Verification
Bulk Verification
Click to upload CSV file
Max 10,000 product identifiers
| Transaction ID | Timestamp | Requestor | Responder | GTIN | Status | Response Time |
|---|---|---|---|---|---|---|
| Loading transactions... | ||||||
Look-up Directory Management
| GTIN/GCP | Responder | Endpoint URL | Type | Status | Version |
|---|---|---|---|---|---|
| Loading directory... | |||||
Requestors
| ID | Company Name | GLN | Status |
|---|---|---|---|
| Loading... | |||
Responders
| ID | Company Name | GLN | Status |
|---|---|---|---|
| Loading... | |||
API Authentication
Generate an access token to use the VRS API
API Endpoints
POST /api/v1/auth/token POST /api/v1/verify/single POST /api/v1/verify/bulk GET /api/v1/verify/batch/:batchId POST /api/v1/ld/upload GET /api/v1/ld/gtin/:gtin GET /api/v1/dashboard/stats GET /api/v1/dashboard/transactions GET /api/v1/dashboard/activity
Example Request
curl -X POST http://localhost:3000/api/v1/verify/single \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"requestor_id": "REQ001",
"request_type": "saleable_returns_verification",
"product_identifier": {
"gtin": "00312345678906",
"serial_number": "ABC123XYZ789",
"lot_number": "LOT2025A",
"expiration_date": "2026-12-31"
}
}'