Authorizations
Response
List of available integrations retrieved successfully
curl --request GET \
--url https://prod.featherhq.com/api/v1/integrations \
--header 'X-API-Key: <api-key>'
{
"integrations": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"status": "ACTIVE",
"type": "CALENDAR",
"subType": "YCMB",
"logoUrl": "<string>",
"websiteUrl": "<string>",
"requiredConfig": [
{
"key": "<string>"
}
],
"createdAt": "<string>",
"updatedAt": "<string>"
}
]
}
List all available integrations in the platform
curl --request GET \
--url https://prod.featherhq.com/api/v1/integrations \
--header 'X-API-Key: <api-key>'
{
"integrations": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"status": "ACTIVE",
"type": "CALENDAR",
"subType": "YCMB",
"logoUrl": "<string>",
"websiteUrl": "<string>",
"requiredConfig": [
{
"key": "<string>"
}
],
"createdAt": "<string>",
"updatedAt": "<string>"
}
]
}
List of available integrations retrieved successfully
Show child attributes