Sleevy

List

GET/v1/folders
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/folders"
{  "folders": [    {      "id": "string",      "name": "string"    }  ]}
{  "_tag": "Unauthorized",  "message": "string"}
{  "_tag": "RateLimitExceeded",  "message": "string"}