Skip to main content
GET
List Secrets

Authorizations

Authorization
string
header
required

Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '

Query Parameters

take
string
default:10

Number of secrets to return per page.

Example:

"10"

skip
string
default:1

Page number for pagination.

Example:

"1"

Search term to filter secrets by name.

Example:

"API"

Response

Successful response

success
boolean
Example:

true

message
string
Example:

"success"

data
object