Nurama Developers
Public

Get public file system details

Retrieves detailed information about a public file system using its access token. No authentication required. The token must resolve to an `active`, unexpired release. When the release was created with `hideCreators: true`, the `creator` and `creatorId` fields ("Shared by") are omitted from the response.

GET
/public/{token}

Retrieves detailed information about a public file system using its access token. No authentication required. The token must resolve to an active, unexpired release. When the release was created with hideCreators: true, the creator and creatorId fields ("Shared by") are omitted from the response.

Path Parameters

token*string

The 10-character access token for the public file system.

Match^[a-zA-Z0-9]{10}$
Length10 <= length <= 10

Response Body

application/json

application/json

curl -X GET "https://example.com/public/abc123xyz0"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "ownerResourceType": "project",  "ownerResourceId": "7d5ad1db-89f9-42df-868c-86a72347ae1c",  "token": "string",  "title": "string",  "description": "string",  "inventory": {    "image": 12,    "video": 2,    "folder": 3  },  "status": "active",  "expires": "2019-08-24T14:15:22Z",  "hideCreators": true,  "allowAnonymousComments": true,  "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",  "creator": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "firstName": "string",    "middleName": "string",    "lastName": "string",    "company": "string",    "userName": "string",    "displayName": "string",    "avatarId": "ac572b6e-802b-4b9e-a602-0786d4441e67",    "avatar": "01d8bd6c-6014-46aa-b5b1-14d337c9c779",    "color": "#ffffff",    "email": "user@example.com",    "isEmailVerified": false,    "hasPassword": false,    "allowOauthAutolink": true,    "mfaEnabled": false,    "mfaType": "totp",    "status": "active",    "accountType": "standard",    "globalRoles": [      "string"    ],    "preferences": {},    "language": "en",    "externalIds": {},    "lastSeen": "2019-08-24T14:15:22Z",    "hasUsedTrial": false,    "hasUsedDemo": false,    "hasSeen": [      "string"    ],    "awards": [      "staff"    ],    "createdAt": "2019-08-24T14:15:22Z",    "updatedAt": "2019-08-24T14:15:22Z"  },  "createdAt": "2019-08-24T14:15:22Z",  "updatedAt": "2019-08-24T14:15:22Z"}