To get the RAW output of a paste you can use our RAW data output URL: Simply add the paste_key at the end of that URL and you will get the RAW output. Since private pastes can only be seen by the user who created them, my guess is that they use the logincookie for authentication. In that case, you'll need to send it with the HTTP request. ...
How do I get the raw paste bin output?
Obtaining the raw paste bin output is not part of of the Pastebin API: This option is actually not part of our API, but you might still want to use it. To get the RAW output of a paste you can use our RAW data output URL: ...
Is there a way to get the raw data from the API?
This option is actually not part of our API, but you might still want to use it. To get the RAW output of a paste you can use our RAW data output URL: Simply add the paste_key at the end of that URL and you will get the RAW output. ...
How to list all the pastes created by a specific user?
With this API you can list all the pastes created by a certain user. You will need send a valid POST request to the URL below to access the data: Once you have that, parse the XML to get the paste_key and the paste_private. You need to check the value of paste_private because you want private pastes only. The documentation says: ...