GET
/
v2
/
secrets
List Secrets
curl --request GET \
  --url https://api.openregisters.com/v2/secrets \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": "<string>",
    "datasource_slug": "<string>",
    "datasource_name": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

X-API-Key
string
header
required

Sign up at Kausate.com to get an API key

Query Parameters

datasource_slug
string | null

Filter by datasource slug

Response

200
application/json

Successful Response

The response is of type SecretListResponsePublic · object[].