Secret Keys

Get Secret Keys

get

Gets all secret keys for the project

Responses
200

OK

application/json
get
/secret-keys

Add Secret Key

post

Adds a new secret key to the project

Responses
200

OK

application/json
post
/secret-keys

Delete Secret Key

delete

Deletes a secret key from the project

Path parameters
keystringRequired

the key to delete

Responses
200

OK

application/json
delete
/secret-keys/{key}

Set Default Secret Key

post
Path parameters
keystringRequired

the secret key to set as default

Responses
post
/secret-keys/{key}/default

No content

Last updated

Was this helpful?