List projects available to this API key
Response Body
application/json
curl -X GET "https://example.com/projects"{
"data": [
{
"id": "string",
"name": "string"
}
],
"pagination": {
"page": 0,
"limit": 0,
"total": 0
}
}