Error
A valid request URL is required to generate request examples{
"total": 6,
"page": 1,
"total_pages": 5,
"items": [
{
"description": "description",
"annotations": [
{
"value": "value",
"key": "key"
},
{
"value": "value",
"key": "key"
}
],
"created_at": "2000-01-23T04:56:07.000Z",
"git_repository": {
"repo_url": "repo_url",
"base_branch": "base_branch",
"integration_id": "integration_id"
},
"env": [
{
"name": "name",
"self_output": "self_output",
"value": "value"
},
{
"name": "name",
"self_output": "self_output",
"value": "value"
}
],
"labels": [
{
"value": "value",
"key": "key"
},
{
"value": "value",
"key": "key"
}
],
"organisation_id": "organisation_id",
"updated_at": "2000-01-23T04:56:07.000Z",
"project_id": "project_id",
"user_id": "user_id",
"name": "name",
"id": "id",
"stackfile_path": "stackfile_path",
"max_active_previews": 0
},
{
"description": "description",
"annotations": [
{
"value": "value",
"key": "key"
},
{
"value": "value",
"key": "key"
}
],
"created_at": "2000-01-23T04:56:07.000Z",
"git_repository": {
"repo_url": "repo_url",
"base_branch": "base_branch",
"integration_id": "integration_id"
},
"env": [
{
"name": "name",
"self_output": "self_output",
"value": "value"
},
{
"name": "name",
"self_output": "self_output",
"value": "value"
}
],
"labels": [
{
"value": "value",
"key": "key"
},
{
"value": "value",
"key": "key"
}
],
"organisation_id": "organisation_id",
"updated_at": "2000-01-23T04:56:07.000Z",
"project_id": "project_id",
"user_id": "user_id",
"name": "name",
"id": "id",
"stackfile_path": "stackfile_path",
"max_active_previews": 0
}
],
"page_size": 5
}{
"id": "<string>",
"kind": "<string>",
"href": "<string>",
"code": "<string>",
"reason": "<string>",
"operation_id": "<string>",
"details": {}
}Preview environments
List preview configs for a project
GET
/
api
/
v1
/
organizations
/
{org_id}
/
projects
/
{project_name}
/
stack-preview-configs
Error
A valid request URL is required to generate request examples{
"total": 6,
"page": 1,
"total_pages": 5,
"items": [
{
"description": "description",
"annotations": [
{
"value": "value",
"key": "key"
},
{
"value": "value",
"key": "key"
}
],
"created_at": "2000-01-23T04:56:07.000Z",
"git_repository": {
"repo_url": "repo_url",
"base_branch": "base_branch",
"integration_id": "integration_id"
},
"env": [
{
"name": "name",
"self_output": "self_output",
"value": "value"
},
{
"name": "name",
"self_output": "self_output",
"value": "value"
}
],
"labels": [
{
"value": "value",
"key": "key"
},
{
"value": "value",
"key": "key"
}
],
"organisation_id": "organisation_id",
"updated_at": "2000-01-23T04:56:07.000Z",
"project_id": "project_id",
"user_id": "user_id",
"name": "name",
"id": "id",
"stackfile_path": "stackfile_path",
"max_active_previews": 0
},
{
"description": "description",
"annotations": [
{
"value": "value",
"key": "key"
},
{
"value": "value",
"key": "key"
}
],
"created_at": "2000-01-23T04:56:07.000Z",
"git_repository": {
"repo_url": "repo_url",
"base_branch": "base_branch",
"integration_id": "integration_id"
},
"env": [
{
"name": "name",
"self_output": "self_output",
"value": "value"
},
{
"name": "name",
"self_output": "self_output",
"value": "value"
}
],
"labels": [
{
"value": "value",
"key": "key"
},
{
"value": "value",
"key": "key"
}
],
"organisation_id": "organisation_id",
"updated_at": "2000-01-23T04:56:07.000Z",
"project_id": "project_id",
"user_id": "user_id",
"name": "name",
"id": "id",
"stackfile_path": "stackfile_path",
"max_active_previews": 0
}
],
"page_size": 5
}{
"id": "<string>",
"kind": "<string>",
"href": "<string>",
"code": "<string>",
"reason": "<string>",
"operation_id": "<string>",
"details": {}
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the organization
The name of the project
⌘I