Get directory count

GET/attachments/directories/count

Responses

200Directory count.ObjectResponse
{}
401Unauthorized.Error
403Forbidden.Error
curl https://your-url.com/kong/core/api/gateway/attachments/directories/count\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"