Overview¶
The Acquia Optimize API manages the Acquia Optimize platform. It manages users, their domains, subdomains, their issues, and more.
Acquia Optimize uses a restful API. REST is the abbreviation for Representational State Transfer.
It exposes several endpoints, which typically allows a user to use a ‘Get’ command for one or many resources, as well as Post, Patch, Put, or Delete resources from our databases. All of those resources are JSON.
Additional resources¶
For more information, visit
Optimize API.