PingAccess APIs are REST APIs that provide complete administrative capabilities of the product. They can be called from custom applications or from command line tools such as cURL.

These endpoints are only available on the admin.port defined in <PA_HOME>/conf/run.properties at path /pa-admin-api/v3/api-docs/ (https://<PA_HOME>:<PORT>/pa-admin-api/v3/api-docs/).

Note:

For enhanced API security, you must include X-XSRF-Header: PingAccess in all requests and use the application/json content type for PUT/POST requests.