Quatrix APIs v1.0
Space shortcuts
Quatrix APIs v1.0 QA1
Skip to end of metadata
Go to start of metadata

The following API call returns metadata of PGP keys for a specified list of users.

Resource URL

/api/1.0/pgp-key/recipients

Resource Information

 

Response formatsJSON
Response code200
Requires authentication?Yes
HTTP MethodPOST

Parameters

 

Name TypeDefault ValueDescription

ids

required 

uuid[]-

list of recipient IDs for which PGP keys should be returned.


Example Request URL

Example Result

{
    "id": <uuid>,
    "name": <string>,
    "created": <timestamp>,
    "modified": <timestamp>,
    "public": <base64 string>,
    "recipient_id": <uuid>,
    "email": <string>
}

 

 

 

 

  • No labels
Write a comment…
Quatrix APIs v1.0 QA1