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
Key | Datatype | Required | Description |
---|---|---|---|
authtoken | string | ||
organization_uid | string | Enter the uid of your organization. | |
Content-Type | string |