Rensei docs

Get project details.

Get project details. - Rensei REST API operation reference.

GET
/api/projects/{projectId}

Authorization

AuthorizationBearer <token>

Rensei API key presented as Authorization: Bearer rsk_live_. Required API-key scopes are recorded per operation in x-rensei-required-scopes.

In: header

Path Parameters

projectId*string

Project id.

Response Body

application/json

curl -X GET "https://example.com/api/projects/string"
{
  "project": {
    "id": "string",
    "orgId": "string",
    "name": "string",
    "slug": "string",
    "description": "string",
    "property1": null,
    "property2": null
  }
}
Empty
Empty
Empty