メインコンテンツへスキップ
GET
https://{tenantDomain}/api/v2
/
experimentation
/
feature-flags
/
{id}
Get a feature flag by ID.
curl --request GET \
  --url https://{tenantDomain}/api/v2/experimentation/feature-flags/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "type": "auth0",
  "status": "draft",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "description": "<string>",
  "parameters": {}
}

Documentation Index

Fetch the complete documentation index at: https://auth0.com/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.

パスパラメータ

id
string
必須

The ID of the feature flag to retrieve.

レスポンス

Feature flag successfully retrieved.

id
string
必須
Pattern: ^flg_[A-HJ-NP-Za-km-z1-9]+$
name
string
必須
type
enum<string>
必須

Filter by type. Exact match.

利用可能なオプション:
auth0,
self
status
enum<string>
必須

Filter by status. Exact match.

利用可能なオプション:
draft,
active,
archived
created_at
string<date-time>
必須
updated_at
string<date-time>
必須
description
string
parameters
object

Configuration parameters for this feature flag