Namespaces
Get Namespace
Namespaces
Get Namespace
GET
/api/v1/namespaces/{key}
curl --request GET \
--url https://try.flipt.io/api/v1/namespaces/{key} \
--header 'Authorization: Bearer <token>'
curl --url https://try.flipt.io/api/v1/namespaces/{key} \
--header 'Accept: application/json'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
keyrequired
string
Response
createdAtrequired
string
descriptionrequired
string
keyrequired
string
namerequired
string
protectedrequired
boolean
updatedAtrequired
string
curl --url https://try.flipt.io/api/v1/namespaces/{key} \
--header 'Accept: application/json'