Brault Developers

Retrieve a library

Regionalus.api.brault.appfollows the region selector in the top bar
GET
/v1/libraries/{libraryId}
AuthorizationBearer <token>

API key from Settings → Developers

In: header

Path Parameters

libraryId*string

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/libraries/string"
{  "object": "library",  "id": "string",  "name": "string",  "description": "string",  "emoji": "string",  "pinned": true,  "created_at": "2019-08-24T14:15:22Z",  "updated_at": "2019-08-24T14:15:22Z",  "created_by_id": "string",  "files_count": 0,  "folders_count": 0,  "total_size": 0}