Error
A valid request URL is required to generate request examples{
"total": 0,
"items": [
{
"mappings": [
{
"value": {
"output": "output",
"template": "template",
"values": {
"key": {
"output": "output"
}
}
},
"target": {
"path": "path",
"name": "name",
"type": "env"
}
},
{
"value": {
"output": "output",
"template": "template",
"values": {
"key": {
"output": "output"
}
}
},
"target": {
"path": "path",
"name": "name",
"type": "env"
}
}
],
"kind": "env",
"from": {
"name": "name",
"id": "id",
"type": "stack_resource"
},
"id": "id",
"to": {
"name": "name",
"id": "id",
"type": "stack_resource"
},
"config": null
},
{
"mappings": [
{
"value": {
"output": "output",
"template": "template",
"values": {
"key": {
"output": "output"
}
}
},
"target": {
"path": "path",
"name": "name",
"type": "env"
}
},
{
"value": {
"output": "output",
"template": "template",
"values": {
"key": {
"output": "output"
}
}
},
"target": {
"path": "path",
"name": "name",
"type": "env"
}
}
],
"kind": "env",
"from": {
"name": "name",
"id": "id",
"type": "stack_resource"
},
"id": "id",
"to": {
"name": "name",
"id": "id",
"type": "stack_resource"
},
"config": null
}
]
}{
"id": "<string>",
"kind": "<string>",
"href": "<string>",
"code": "<string>",
"reason": "<string>",
"operation_id": "<string>",
"details": {}
}Stacks and resources
List stack connections
GET
/
api
/
v1
/
organizations
/
{org_id}
/
projects
/
{project_name}
/
stacks
/
{id}
/
connections
Error
A valid request URL is required to generate request examples{
"total": 0,
"items": [
{
"mappings": [
{
"value": {
"output": "output",
"template": "template",
"values": {
"key": {
"output": "output"
}
}
},
"target": {
"path": "path",
"name": "name",
"type": "env"
}
},
{
"value": {
"output": "output",
"template": "template",
"values": {
"key": {
"output": "output"
}
}
},
"target": {
"path": "path",
"name": "name",
"type": "env"
}
}
],
"kind": "env",
"from": {
"name": "name",
"id": "id",
"type": "stack_resource"
},
"id": "id",
"to": {
"name": "name",
"id": "id",
"type": "stack_resource"
},
"config": null
},
{
"mappings": [
{
"value": {
"output": "output",
"template": "template",
"values": {
"key": {
"output": "output"
}
}
},
"target": {
"path": "path",
"name": "name",
"type": "env"
}
},
{
"value": {
"output": "output",
"template": "template",
"values": {
"key": {
"output": "output"
}
}
},
"target": {
"path": "path",
"name": "name",
"type": "env"
}
}
],
"kind": "env",
"from": {
"name": "name",
"id": "id",
"type": "stack_resource"
},
"id": "id",
"to": {
"name": "name",
"id": "id",
"type": "stack_resource"
},
"config": null
}
]
}{
"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
The id of record
⌘I