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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Resource URL

Resource Information

 

Response formats 
Response code 
Requires authentication? 
HTTP Method 

Parameters 

Name TypeDefault ValueValidationDescription

name

required 

string-string

PGP key name.

user

required

uuid-uuid4

key owner user ID.

public

required

string-PGP public key datapublic part of PGP key

private

optional

string-PGP private key dataprivate part of PGP key


Example Request URL

Example Result

{
    "id": <uuid>,
    "name": <string>,
    "created": <uuid>,
    "modified": <uuid>,
    "private": <string>,
    "public": <string>,
    "email": <string>
}

 

 

  • No labels
Quatrix JavaSctipt APIs QJA