v1
latestOpenAPI 3.0.02026-07-23620132.5 KBKeys
List keys
Gets the list of keys in your custom keychain. You can use the typeName query parameter to filter your keys based on their type. Run the list of key types API call to get a list of available key types.
get/keys
Query parameters
teamIdinteger required
The ID of the team.
typeName'aes-key' | 'apikeyauth' | 'apn' | 'basicauth' | 'clientcertauth' | 'eet' | 'gpg-private' | 'gpg-public' | 'webpay'
Use the key type to get only keys with the specified type. You can use the API call GET /keys/types to list available key types.
cols[]string[]
Specifies columns that are returned in the response. Use the cols[] parameter for each column that you want included. For example GET /endpoint?cols[]=key1&cols[]=key2 to get both key1 and key2 columns in the response.
Check the "Filtering" section for a full example.
Response
Successful response