Create stack

POST https://{{base_url}}/v3/stacks

The Create stack call creates a new stack in your Contentstack account.

To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken. 
Read more about it in Authentication.


For more information, refer to the Create stack API Reference document

Request Body

{"stack"=>{"name"=>"My New Stack", "description"=>"My new test stack", "master_locale"=>"en-us"}}

HEADERS

KeyDatatypeRequiredDescription
authtokenstring
organization_uidstringEnter the uid of your organization.
Content-Typestring