GET private-agent/{agent_id}/reissue-certificate
Reissues a certificate for a specified private agent.
URL Parameters
Name | Description |
---|---|
agent_id | The agent ID. |
Remarks
Use GET private agents route to get the list of private agents having values applicable for agent_id.Request example
curl --request GET "https://api-asm1.apica.io/v3/private-agent/{agent_id}/reissue-certificate?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E" --output cert-bundle.zip
Response body model example and description
The certificate bundle as a downloadable ZIP file (cert-bundle.zip) if the operation is successful, or an error message if it fails.