REST API
Infra APIProjects

Get a Project

GET/api/v1/serverless/projects/{project_id}

Authorization

BearerAuth
AuthorizationBearer <token>

Hydra JWT Bearer token

In: header

Path Parameters

project_id*string

Project ID

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/serverless/projects/string"
{  "created_at": "string",  "description": "string",  "id": "string",  "name": "string",  "organization_id": "string",  "updated_at": "string"}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}