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
}
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
}
Enter your API key in the format x-api-key <api-key>*
published
, deleted
, archived
OK
The response is of type object
.