CreditGrants
Customers
Wallets
Invoices
Entitlements
Environments
Events
Features
Payments
Integrations
Subscriptions
Tenants
Users
Environments
Get environments
Get environments
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
Enter your API key in the format x-api-key <api-key>*
Query Parameters
Available options:
published
, deleted
, archived
Response
200
application/json
OK
The response is of type object
.
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
}
Assistant
Responses are generated using AI and may contain mistakes.