Secret Keys

Get Secret Keys

get

Gets all secret keys for the project

Responses
chevron-right
200

OK

application/json
alternateSecretKeysstring[]Optional

AlternateSecretKeys are additional secret keys that can be used for an account.

defaultSecretKeystringOptional

DefaultSecretKey is the default secret key for the account.

get
/secret-keys

Add Secret Key

post

Adds a new secret key to the project

Responses
chevron-right
200

OK

application/json
secretKeystringOptional

SecretKey is the secret key that was added.

post
/secret-keys

Delete Secret Key

delete

Deletes a secret key from the project

Path parameters
keystringRequired

the key to delete

Responses
chevron-right
200

OK

application/json
alternateSecretKeysstring[]Optional

AlternateSecretKeys are additional secret keys that can be used for an account.

defaultSecretKeystringOptional

DefaultSecretKey is the default secret key for the account.

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?