List Verified Certificates

Return a list of all certificates that are verified to a specified fingerprint.

Return a list of all certificates which were verified to the cert whose fingerprint is passed.

get
Path parameters
fingerPrintstringRequired

Certificate fingerPrint (ID)

Header parameters
sessionTokenstringRequired

Session authentication token.

Responses
200
Success
application/json
get
GET /pod/v1/companycert/{fingerPrint}/issuedBy HTTP/1.1
Host: yourpodURL.symphony.com
sessionToken: text
Accept: */*
[
  [
    {
      "companyCertAttributes": {
        "name": "agentservice",
        "type": {
          "type": "USER"
        },
        "status": {
          "type": "TRUSTED"
        }
      },
      "companyCertInfo": {
        "fingerPrint": "300a...",
        "lastSeen": 0,
        "updatedAt": 0,
        "updatedBy": 0,
        "commonName": "agentservice",
        "expiryDate": 1781886755000
      }
    }
  ]
]

🚧 Roles and privilges

Calling this endpoint requires the USER_PROVISIONING or the SUPER_ADMINISTRATOR role. See Bot Permissions for a list of roles and associated privileges.

Last updated

Was this helpful?