Management API

Base Resource URL:

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

Description:

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

Available sub-resources:

Resource URL Description
https://[server-name]/api/v01/keys/[key-type]/[key-name]    Provides access to the key with the specified name

Supported Actions:

find  
Method:  GET       Implicit:  Yes       Returns:  Key[]      
Consumes:  xurl  Produces:  json, xml 
 
Returns list of registered keys of the selected type

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.