curl --request POST \
--url https://api.pocketenv.io/xrpc/io.pocketenv.sandbox.pullDirectory \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"sandboxId": "<string>",
"directoryPath": "<string>",
"uuid": "<string>"
}
'{
"error": "<string>",
"message": "<string>"
}curl --request POST \
--url https://api.pocketenv.io/xrpc/io.pocketenv.sandbox.pullDirectory \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"sandboxId": "<string>",
"directoryPath": "<string>",
"uuid": "<string>"
}
'{
"error": "<string>",
"message": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
Was this page helpful?