Secrets
List secret names
List the organization's secrets. Write-only vault — only names and metadata are returned, never the values.
get/secret
Response
The org's secret names.
Example response
{
"status": true,
"data": [
{
"_id": "6a85323f98ca88de9272bb70",
"name": "ORDER_API_TOKEN"
}
]
}Changes
Changed in 1 of the 54 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○