GET
/
environments
curl --request GET \
  --url https://api.cloud.flexprice.io/v1/environments \
  --header 'x-api-key: <api-key>'
{
  "environments": [
    {
      "created_at": "<string>",
      "id": "<string>",
      "name": "<string>",
      "type": "<string>",
      "updated_at": "<string>"
    }
  ],
  "limit": 123,
  "offset": 123,
  "total": 123
}

Authorizations

x-api-key
string
header
required

Enter your API key in the format x-api-key <api-key>*

Query Parameters

expand
string
limit
integer
offset
integer
order
string
sort
string
status
enum<string>
Available options:
published,
deleted,
archived

Response

200
application/json
OK
environments
object[]
limit
integer
offset
integer
total
integer