List all environments
Returns a list of environments. The environments are returned sorted by creation date in ascending order.
GET/v3/environments
JWTenvironment:read
Query parameters
pageinteger
The page number.
Range: [1, 2147483647]Format: int32
limitinteger
The number of records per page. Must be a number between 1 and 100.
Range: [1, 100]Format: int32
sortstring
The sort string to sort the returned records e.g. "-createdAt"
Pattern: ([+-]\w*\.*\w*){1}(\|[+-]\w*){0,5}
typestring
Type of the environment.
Allowed values: production, sandbox
searchstring
Search string.
Length: [0,256]
idobject
ID of the resource.
createdAtobject
Date of creation
updatedAtobject
Date of last update
Response
200
401
403
429
500
200 OK
idstringrequired
namestringrequired
typestringrequired
Allowed values: production, sandbox
createdAtstringrequired
Format: date-time
updatedAtstringrequired
Format: date-time
descriptionstring