curl --request GET \
--url https://api.pocketenv.io/xrpc/io.pocketenv.secret.getSecrets \
--header 'Authorization: Bearer <token>'{
"secrets": [
{
"id": "<string>",
"name": "<string>"
}
],
"total": 1
}curl --request GET \
--url https://api.pocketenv.io/xrpc/io.pocketenv.secret.getSecrets \
--header 'Authorization: Bearer <token>'{
"secrets": [
{
"id": "<string>",
"name": "<string>"
}
],
"total": 1
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the sandbox for which to retrieve secrets.
The maximum number of secrets to return.
x >= 1The number of secrets to skip before starting to collect the result set.
x >= 0Was this page helpful?