Vault V2 Folders API Reference
post/v2/folder/create
cURL
curl -sSLX POST 'https://vault.aws.us.pangea.cloud/v2/folder/create' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
Create a folder
POST
https://vault.aws.us.pangea.cloud/v2/folder/createCreate a folder with the specified name within the provided parent folder
.
Was this article helpful?