Get project

Get a project by id

POST
/projects/GetProject
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Get project by ID

idstring

ID of the object

Response Body

curl -X POST "https://eu1.api.bivariant.com/v1/projects/GetProject" \  -H "Content-Type: application/json" \  -d '{    "id": "string"  }'
{
  "appUid": "string",
  "createdAt": "string",
  "description": "string",
  "id": "string",
  "name": "string",
  "organizationId": "string",
  "ownerId": "string",
  "spaceId": "string",
  "title": "string",
  "updatedAt": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}