curl --request GET \
--url https://api.pocketenv.io/xrpc/io.pocketenv.secret.getSecret \
--header 'Authorization: Bearer <token>'{
"secret": {
"id": "<string>",
"name": "<string>"
}
}curl --request GET \
--url https://api.pocketenv.io/xrpc/io.pocketenv.secret.getSecret \
--header 'Authorization: Bearer <token>'{
"secret": {
"id": "<string>",
"name": "<string>"
}
}Was this page helpful?