Is an API available?
|
|||||||
Where to get the Proofpoint Essentials APIThe API is available across all stacks. As a reference point, you can get to the API documentation here: Proofpoint Essentials Interface API v1 These are public facing URLs and do not require for you to be logged in to see these. What the API can do for you.The API allows admins to administrate the account without having to interact with the Proofpoint Essentials interface, i.e. the web UI. In the API, these are items that can be done, but not limited to:
There are many other items that can be updated, changed, or removed with the API.
CodingProofpoint support does not offer any specific coding, or assistance with coding. All coding must be done by the customer side. We are unable to help with any custom coding, as the API can be used with any preferred coding method use to connect to our system.
A specific call does not workIn respect to coding, if a call gives a specific error, there are items that need to be adhered to. AuthenticationAn Admin level account is required.
Base URLThe coding to connect requires a connection with the Base URL, along with the path: /api/v1. Make sure to appropriately use the base path of the stack the domain you are working with is specifically on.
ResourcesAlong with the base URL path, you can edit one of the resources:
Method ActionsAs most APIs, the most common methods using the calls will be GET and PUT. See the specification page to see each resource and their associated methods. Some methods are not offered on a particular resource. |
Carlos Rios
Comments