Secret Keys
Responses
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.
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
get
/secret-keysPath parameters
keystringRequired
the key to delete
Responses
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.
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
delete
/secret-keys/{key}Path parameters
keystringRequired
the secret key to set as default
Responses
204
Set default request processed, no content
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
post
/secret-keys/{key}/defaultNo content
Last updated
Was this helpful?