Skip to main content
GET
/
api
/
circom-projects
List Circom projects
curl --request GET \
  --url https://platform.usewarp.net/api/circom-projects \
  --header 'Authorization: Bearer <token>'
{
  "projects": [
    {
      "id": "<string>",
      "name": "<string>",
      "user_id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Bearer token authentication

Response

Circom projects retrieved successfully

projects
object[]