cURL
curl --request GET \ --url https://api.aivra.cloud/v1/integration/projects \ --header 'X-API-Key: <api-key>'
[ { "id": "<string>", "name": "<string>", "is_private": true, "slug": "<string>", "description": "<string>", "created_at": "2023-11-07T05:31:56Z" } ]
project_id
id
name
slug
description
is_private
created_at
curl -H "X-API-Key: ak_xxxxxxxxx" "${BASE_URL}/v1/integration/projects"
[ { "id": "proj_abc", "name": "Projeto A", "slug": "projeto-a", "description": "", "is_private": true, "created_at": "2025-11-27T12:00:00Z" } ]
OK
Was this page helpful?