Find a secret

GET {{baseUrl}}/v1/apps/secrets/find?name=<string>&scope[type]=<string>&scope[user]=<string>

Finds a secret in the secret store by name and scope.

Request Params

KeyDatatypeRequiredDescription
expand[0]stringSpecifies which fields in the response should be expanded.
expand[1]stringSpecifies which fields in the response should be expanded.
namestring(Required) A name for the secret that's unique within the scope.
scope[type]string(Required) Specifies the scoping of the secret. Requests originating from UI extensions can only access account-scoped secrets or secrets scoped to their own user.
scope[user]string(Required) Specifies the scoping of the secret. Requests originating from UI extensions can only access account-scoped secrets or secrets scoped to their own user.

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring