Pastebon Logo

Pastebon

View Paste

View Paste

GET
/api/paste/{pasteId}/view
/api/paste/{pasteId}/view

Path Parameters

pasteId
Required
string

The Paste you want to see it's information.

curl -X GET "https://pastebon.hexaa.lol/api/paste//view"

Paste found

{
  "data": {
    "language": "plaintext",
    "paste": "console.log(\"Hello World!\")"
  },
  "success": true
}