curl --request GET \
--url https://api.pocketenv.io/xrpc/io.pocketenv.sandbox.getSshKeys \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"publicKey": "<string>",
"privateKey": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://api.pocketenv.io/xrpc/io.pocketenv.sandbox.getSshKeys \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"publicKey": "<string>",
"privateKey": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The sandbox ID.
Was this page helpful?