Universal ACME accounts
Universal ACME accounts API overview
The universal ACME accounts API allows integrators to manage universal ACME accounts used for ACME-based certificate automation within SCM.
The API supports the following actions:
- Creating and managing ACME accounts.
- Retrieving client information.
- Updating account configuration.
- Deactivating universal ACME clients.
Universal ACME accounts API endpoints
The following table lists the endpoints for managing universal ACME accounts.
Click any action in the first column to open its API reference page.
| Action | Method | Path | Description |
|---|---|---|---|
| Get ACME account details | GET | /api/acme/v1/pca/account/{id} | Retrieve details of a specific universal ACME account. |
| Update an ACME account | PUT | /api/acme/v1/pca/account/{id} | Update configuration or metadata for an universal ACME account. |
| Delete an ACME account | DELETE | /api/acme/v1/pca/account/{id} | Delete a universal ACME account. |
| List ACME accounts | GET | /api/acme/v1/pca/account | Retrieve a list of universal ACME accounts. |
| Create an ACME account | POST | /api/acme/v1/pca/account | Create a new universal ACME account. |
| List ACME account’s clients | GET | /api/acme/v1/pca/account/{id}/client | List ACME clients associated with the universal ACME account. |
| Deactivate an ACME account’s client | PUT | /api/acme/v1/pca/account/{id}/client/{clientId} | Deactivate a universal ACME client. |
Updated about 23 hours ago