Namespaces
List Namespaces
Namespaces
List Namespaces
GET
/api/v1/namespaces
curl --request GET \
--url https://try.flipt.io/api/v1/namespaces \
--header 'Authorization: Bearer <token>'
curl --url https://try.flipt.io/api/v1/namespaces \
--header 'Accept: application/json'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
limit
integer
offset
integer
pageToken
string
Response
namespacesrequired
array
nextPageTokenrequired
string
totalCountrequired
integer
curl --url https://try.flipt.io/api/v1/namespaces \
--header 'Accept: application/json'