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
Key | Datatype | Required | Description |
---|---|---|---|
expand[0] | string | Specifies which fields in the response should be expanded. | |
expand[1] | string | Specifies which fields in the response should be expanded. | |
name | string | (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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |