Notca Docs

Get folder

Get a single folder by ID for the authenticated user

GET
/api/v1/folders/{folderId}
x-api-key<token>

In: header

Path Parameters

folderIdstring
Length1 <= length

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://app.notca.co/api/v1/folders/string"
{
  "id": "string",
  "name": "string",
  "desc": "string",
  "image": "string",
  "price": -2147483648,
  "slug": "string",
  "isOneTimePurchase": true,
  "isPublic": true,
  "trialDays": -2147483648,
  "userId": "string",
  "createdAt": "2019-08-24",
  "updatedAt": "2019-08-24"
}
{
  "error": "string",
  "details": null
}
{
  "error": "string",
  "details": null
}
{
  "error": "string",
  "details": null
}