Skip to main content
GET
List

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

projectId
string
required

The project's id (UUID) or slug — either form is accepted.

Response

Environments, implicit ones first.

id
string
required
name
string
required
slug
string
required

Environment address — unique per project.

Pattern: ^[a-z][a-z0-9-]{0,38}$
kind
enum<string>
required

The implicit environments carry kind "production"/"preview"; customer-created ones are "custom".

Available options:
production,
preview,
custom
createdAt
string<date-time>
required