curl --request GET \
--url https://api.pocketenv.io/xrpc/io.pocketenv.file.getFile \
--header 'Authorization: Bearer <token>'{
"file": {
"id": "<string>",
"path": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}curl --request GET \
--url https://api.pocketenv.io/xrpc/io.pocketenv.file.getFile \
--header 'Authorization: Bearer <token>'{
"file": {
"id": "<string>",
"path": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}Was this page helpful?