Quatrix JavaSctipt APIs
Space shortcuts
Quatrix JavaSctipt APIs QJA
Skip to end of metadata
Go to start of metadata

Returns metadata for specified PGP key. Private key is also returned if request was initiated by owner.

Parameters

 

Name TypeDescription

uuid

required

string

PGP key uuid

cb

optional

function

callback function


Example

this.getKeyMetadata = function(uuid, cb) {
  return _request({
    method: 'GET',
    url: '/key/metadata/' + uuid,
    callback: cb
  });
};

 

 

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.
Quatrix JavaSctipt APIs QJA