Get all stacks

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

The Get all stacks call fetches the list of all stacks owned by and shared with a particular user 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 Get all stacks API Reference document

Request Params

KeyDatatypeRequiredDescription
include_collaboratorsbooleanSet this parameter to 'true' to include the details of the stack collaborators.
include_stack_variablesbooleanSet this to 'true' to display the stack variables. Stack variables are extra information about the stack, such as the description, format of date, format of time, and so on. Users can include or exclude stack variables in the response.
include_discrete_variablesbooleanSet this to 'true' to view the access token of your stack.
include_countbooleanSet this to 'true' to include in the response the total count of the stacks owned by or shared with a user account.

HEADERS

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