API referenceProjects
List Projects
Returns the projects this API key can access. Call this first to discover the project IDs used by every other endpoint.
Returns the projects this API key can access. Call this first to discover the project IDs used by every other endpoint.
Response Body
application/json
curl -X GET "https://example.com/projects"{
"data": [
{
"id": "string",
"name": "string"
}
],
"pagination": {
"page": 0,
"limit": 0,
"total": 0
}
}