メインコンテンツへスキップ
GET
https://{teamSlug}.teams.auth0.com
/
api
/
environments
Retrieve environment list of a team
curl --request GET \
  --url https://{teamSlug}.teams.auth0.com/api/environments \
  --header 'Authorization: Bearer <token>'
{
  "environments": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs-dev.auth0-mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

承認

Authorization
string
header
必須

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

レスポンス

Environment list retrieved successfully

environments
string[]
必須

List of environments associated with the Team where tenants exist.

The name of the cloud environment where the tenant was created