GET

/api/v1/namespaces/{key}

{
  "createdAt": "string",
  "description": "string",
  "key": "string",
  "name": "string",
  "protected": "boolean",
  "updatedAt": "string"
}
curl --url https://try.flipt.io/api/v1/namespaces/{key} \
  --header 'Accept: application/json'

Authorizations

Authorizationheaderrequired
string

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

Path Parameters

keyrequired
string

Response

200 - application/json
createdAtrequired
string
descriptionrequired
string
keyrequired
string
namerequired
string
protectedrequired
boolean
updatedAtrequired
string