List
environments
List
List the project’s environments — the implicit production and preview ones plus any custom environments.
GET
List
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The organization's id (UUID) or slug — either form is accepted.
The project's id (UUID) or slug — either form is accepted.
Response
Environments, implicit ones first.
Environment address — unique per project.
Pattern:
^[a-z][a-z0-9-]{0,38}$The implicit environments carry kind "production"/"preview"; customer-created ones are "custom".
Available options:
production, preview, custom