Nurama Developers
Projects

Get projects for the authenticated user

Returns every active project the caller is a member of, with the caller's role attached to each project.

GET
/projects

Returns every active project the caller is a member of, with the caller's role attached to each project.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

sort?

Sort options (object-style query, e.g. sort[name]=1).

Response Body

application/json

curl -X GET "https://example.com/projects"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "workspaceId": "ef0efa32-d1c1-43d4-a5e2-fe7b4f00403c",    "name": "string",    "slug": "string",    "color": "string",    "logo": "3c06f846-1ab1-40a9-8645-a19a9fdeae85",    "settings": {},    "status": "active",    "createdAt": 1678886400000,    "updatedAt": 1678886400000  }]