Get paste
GET
/api/paste/{id}
Returns a paste including its full content.
Authorizations
Token
Format: token <value>. Types: user (session) or uploader (API token).
Type
API Key (header: Authorization)
Parameters
Path Parameters
id*
Type
Requiredstring
Responses
OK
application/json
JSON "id": "string", "name": "string", "type": "string", "ownerId": "string", "content": "string", "shareId": "string", "createdAt": "string", "updatedAt": "string"
{
}
