Admin APIs/Documents
List User Documents
GET
/admin/documents/:userIdBearer token required
ADMINContent-Type:
application/jsonPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
userId | number | Required |
Code Examples
curl -X GET 'https://<your-domain>:3001/admin/documents/:userId' \
-H 'Authorization: Bearer <token>'Try It
API Playground
Sends a real request to the configured serveruserId*