curl --request GET \
--url https://partner.peaka.studio/api/v1/connections/{projectId} \
--header 'Authorization: Bearer <token>'
[
{
"id": "c6883de8-78ab-49fb-93c0-70a13652a341",
"name": "Stripe Code2",
"type": "stripe"
},
{
"id": "81e6dfd0-4c88-4e81-a28b-422e89cc07c7",
"name": "airtable",
"type": "airtable"
},
{
"id": "8db17e23-29de-4dab-8886-af9717e0e742",
"name": "airtable2",
"type": "airtable"
},
{
"id": "22706960-023c-411e-a3ac-62d286fa6685",
"name": "exampleAirtableConnection",
"type": "airtable"
}
]
List all connections for a project
curl --request GET \
--url https://partner.peaka.studio/api/v1/connections/{projectId} \
--header 'Authorization: Bearer <token>'
[
{
"id": "c6883de8-78ab-49fb-93c0-70a13652a341",
"name": "Stripe Code2",
"type": "stripe"
},
{
"id": "81e6dfd0-4c88-4e81-a28b-422e89cc07c7",
"name": "airtable",
"type": "airtable"
},
{
"id": "8db17e23-29de-4dab-8886-af9717e0e742",
"name": "airtable2",
"type": "airtable"
},
{
"id": "22706960-023c-411e-a3ac-62d286fa6685",
"name": "exampleAirtableConnection",
"type": "airtable"
}
]
Use the Authorization header with the value 'Bearer <apiKey>' to authenticate. Partner API Keys have full access; Project API Keys are limited to their project scope. Learn more: https://docs.peaka.com/api-reference/authentication
ID of the project
List of Connections
The response is of type object
.