cURL
curl --request POST \ --url https://api.turnkey.com/public/v1/query/list_private_key_tags \ --header 'Content-Type: application/json' \ --header 'X-Stamp: <api-key>' \ --data '{ "organizationId": "<string>" }'
{ "privateKeyTags": [ { "tagId": "<string>", "tagName": "<string>", "tagType": "TAG_TYPE_USER", "createdAt": { "seconds": "<string>", "nanos": "<string>" }, "updatedAt": { "seconds": "<string>", "nanos": "<string>" } } ] }
List all Private Key Tags within an Organization
A successful response.
The response is of type object.
object
Was this page helpful?