Temso API

List projects available to this API key

GET
/projects

Response Body

application/json

curl -X GET "https://example.com/projects"
{
  "data": [
    {
      "id": "string",
      "name": "string"
    }
  ],
  "pagination": {
    "page": 0,
    "limit": 0,
    "total": 0
  }
}