Zitadel Preview Docs

Get project

Returns the current state of a project.

GET
/projects/{project_id}

Returns the current state of a project.

Authorization

oauth2 project.read
AuthorizationBearer <token>

In: header

Scope: project.read

Path Parameters

project_id*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/projects/river-8421"
{  "id": "string",  "name": "string",  "previewOrigins": [    "string"  ],  "createdAt": "2019-08-24T14:15:22Z",  "updatedAt": "2019-08-24T14:15:22Z"}
{  "code": "string",  "message": "string",  "details": {}}
{  "code": "string",  "message": "string",  "details": {}}
{  "code": "string",  "message": "string",  "details": {}}