Bucket Permissions

This API endpoint lists all available permissions for a specific bucket in the NexusRunDB database.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
  • The response JSON from this endpoint includes a list of access keys and their corresponding permissions for the specific bucket in the NexusRunDB database. This includes the permissions for public (*) access as well.
  • Additionally, when using this API endpoint, you have the option to filter the results by access keys. This allows you to retrieve the permissions specifically associated with the desired access keys for the bucket in the NexusRunDB database.
  • Please note that only the Master access key or a token generated for the Master access key is allowed to access this endpoint.
Path Params
string
required

This is the unique database id you provided while creating database.

string
required

This is short name for the database location. This will be shown when new database is created at portal.

string
required

Specifies bucketid for which permissions will be returned.

Query Params
int32
Defaults to 25

[Optional] Specifies no of items to return from List operation. Default value is 25 and maximum allowed value is 1000.

int32
Defaults to 1

[Optional] Specifies index of result set for paging purpose.

string

[Optional] Specifies type of filtering to reduce result set. Allowed values are "prefix","suffix" or "contains". This parameter is mandatory if 'filtertext' parameter is passed in API endpoint.

string

[Optional] Specifies filter text to reduce result set. This parameter is mandatory if 'filtertype' parameter is passed in API endpoint.

Headers
string

You need to pass either "Basic 'accesskey:accesssecret'" (base 64 encoded) or "Bearer {token}" authorization header.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain