Projets
The Organization's Projects
GET
/api/v1/projectsNécessite une clé API d'organisation dotée de la capacité member.
Authorization
apiKey AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/projects"{ "data": [ { "id": "string", "organizationId": "string", "name": "string", "description": "string", "archived": true, "createdBy": null, "createdAt": "string", "updatedAt": "string" } ]}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}