AppAssets Dev Group
Internal Access Only
System Online
Node: us-east-1
Name Size Last Modified Checksum (SHA-256)
..
{{ item.name }} {{ item.size || '-' }} {{ item.modified || '-' }} {{ item.checksum || '-' }}

API Documentation

Authentication

All requests to protected assets require token validation. Exchange credentials at the designated endpoint.

POST /api/v1/auth
Headers:
Content-Type: application/json
Payload:
{
  "user": "string",
  "pass": "string"
}

Authentication Required

Access to {{ pendingItem ? pendingItem.name : '' }} is restricted.

ERR:{{ authError }}