The following endpoints allow you to manage and retrieve metadata for authentication keys in your custom keychain. You can use these keys to manage your authentication in the HTTP or encryptor apps similarly to other connections.
Gets details of the specified key.
The ID of the key.
16
Specifies columns that are returned in the response. Use the cols[]
parameter for every column that you want to return in the response. For example GET /endpoint?cols[]=key1&cols[]=key2
to get both key1
and key2
columns in the response.
{"value":["id","name","typeName","teamId","packageName","theme"]}
Successful response
Deletes the specified key. Use the confirmed
parameter to confirm deleting the key. Otherwise, you get an error and the key is not deleted.
The ID of the key.
16
Set this parameter to true
to confirm deleting the key. Otherwise, you get an error and the key is not deleted.
true
Successful response
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.
The ID of the team.
22
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.
basicauth
Available options: 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.
{"value":["id","name","typeName","teamId","packageName","theme"]}
Successful response
Creates a key in your keychain.
Use the list of key types API call to get a list of available key types for the typeName
parameter. Specify additional parameters in the parameters
object based on the key type.
The ID of the team.
The name of the key.
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.
Additional parameters required to create the key.
Check the list of key types API call for the parameters you need to specify.
Successful response
Updates a key name
, connection parameters, or both with the data specified in the request body. If you don't specify a parameter, Make keeps the original value.
Use the GET /key-types
API call to find out which parameters you need to specify in the parameters
object based on the key type.
The ID of the key.
16
Successful response