Management API

Base Resource URL:

     https://[server-name]/api/v01/keys

Description:

Provides access to security keys stored, access and managed by the system.

Available sub-resources:

Resource URL Description
https://[server-name]/api/v01/keys/[key-type]    Provides access to keys of the specified type stored in the system.

Possible values:

  • pgp - public PGP keys
  • pgpx - private PGP keys
  • ssh - public SSH keys
  • sshx - private SSH keys
  • linkpoint - FirstData LinkPoint communication keys

Supported Actions:

find  
Method:  GET       Implicit:  Yes       Returns:  Key[]      
Consumes:  xurl  Produces:  json, xml 
 
Returns list of registered keys based of all types

Parameters:
# Name Type Required Default Description
01 offset Integer No 0 Index of the first record returned to the customer from the search result of a web search.
02 limit Integer No 100 Maximum number of records to load per single search web call made by the customer.