curl --request GET \
--url https://api.example.com/integrations \
--header 'Authorization: Bearer <token>'{
"integrations": [
{
"updatedAt": "<string>",
"scopes": [
"<string>"
],
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"serviceProvider": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"updatedBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "<string>",
"createdBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}Get all integrations
curl --request GET \
--url https://api.example.com/integrations \
--header 'Authorization: Bearer <token>'{
"integrations": [
{
"updatedAt": "<string>",
"scopes": [
"<string>"
],
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"serviceProvider": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"updatedBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "<string>",
"createdBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}Ok
Show child attributes