Language:

/ecosystems

POST

Create Ecosystem

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/ecosystems
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 

Request Body

{
	"name": "ecosystem_name",
	"description": "ecosystem description"
}
GET

Get Ecosystem

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/ecosystems/{{ecosystem_zuid}}
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 
GET

Get Ecosystems

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/ecosystems/
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 
PUT

Update Ecosystem

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/ecosystems/{{ecosystem_zuid}}
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 

Request Body

{
	"name": "Updated Ecosystem Name",
	"description": "Updated description"
}	
PUT

Update Ecosystem Database Defaults

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/ecosystems/{{ecosystem_zuid}}?action=updateDatabaseDefaults
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 

Request Body

{
	"defaultDatabaseHost": "1.1.1.1",
	"defaultDatabaseUser": "root",
	"defaultDatabasePassword": "pass"
}	
PUT

Update Ecosystem CDN Defaults

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/ecosystems/{{ecosystem_zuid}}?action=updateCDNDefaults
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 

Request Body

{
	"defaultCDNType": "AKAMAI",
	"defaultCDNPurgeURL": "https://location-of-cloud-purge-function.com",
	"defaultCDNPurgeAuth": "Secret Key"
}	
DELETE

Delete Ecosystem

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/ecosystems/{{ecosystem_zuid}}
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 

;