Secret Keys

Get Secret Keys

get

Gets all secret keys for the project

Responses
get
/secret-keys

Add Secret Key

post

Adds a new secret key to the project

Responses
post
/secret-keys

Delete Secret Key

delete

Deletes a secret key from the project

Path parameters
keystringRequired

the key to delete

Responses
delete
/secret-keys/{key}

Set Default Secret Key

post
Path parameters
keystringRequired

the secret key to set as default

Responses
204

Set default request processed, no content

No content

post
/secret-keys/{key}/default

No content

Last updated

Was this helpful?