v1

latestOpenAPI 3.1.02026-07-24560263.9 KB

Criar Pasta

Criar Pastas

post/folders

Headers

Authorizationstring

Access Token gerado pelo gestor da conta

Content-type'application/vnd.api+json'

Content-type padrão para todas requisições JSON:API

Response

201

Example response

{
  "data": {
    "id": "2e600d78-cf8a-4856-9b9a-3d90ae44563c",
    "type": "folders",
    "links": {
      "self": "https://sandbox.clicksign.com/api/v3/folders/2e600d78-cf8a-4856-9b9a-3d90ae44563c"
    },
    "attributes": {
      "name": "Pasta 1",
      "in_root": true,
      "created": "2024-06-28T17:56:22.910-03:00",
      "modified": "2024-06-28T17:56:22.915-03:00"
    }
  }
}