{
"opencollection": "1.0.0",
"info": {
"name": "AI Hub Audit Secrets API",
"version": "0.1"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Secrets",
"type": "folder"
},
"items": [
{
"info": {
"name": "List secrets",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://aihub.instabase.com/api/v2/aihub/secrets",
"headers": [
{
"name": "IB-Context",
"value": ""
}
],
"params": [
{
"name": "workspace",
"value": "",
"type": "query",
"description": "Show secrets available in the specified workspace.\n\nOnly members of a workspace can access secrets that are available within that workspace.\n"
},
{
"name": "alias",
"value": "",
"type": "query",
"description": "Get the secret with the specified alias.\n"
}
]
},
"docs": "Commercial & Enterprise\n\nList secrets available to the organization, available to a given workspace, or with a given alias.\n\nOnly organization admins can list all secrets in the organization. Non-admins must specify a workspace.\n"
},
{
"info": {
"name": "Create secret",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://aihub.instabase.com/api/v2/aihub/secrets",
"headers": [
{
"name": "IB-Context",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Commercial & Enterprise\n\nCreate a new secret in this organization.\n\nOnly organization admins can create secrets.\n"
},
{
"info": {
"name": "Update secret",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "https://aihub.instabase.com/api/v2/aihub/secrets",
"headers": [
{
"name": "IB-Context",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Commercial & Enterprise\n\nUpdate the description, value, or allowed workspaces for a secret. If a value for a parameter is not specified, it will remain the same.\n\nOnly organization admins can update secrets.\n"
},
{
"info": {
"name": "Delete secret",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://aihub.instabase.com/api/v2/aihub/secrets",
"headers": [
{
"name": "IB-Context",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Commercial & Enterprise\n\nDelete a secret from the organization.\n\nOnly organization admins can delete secrets.\n"
}
]
}
],
"bundled": true
}