Skip to main content
GET
/
all
List all paste IDs for the authenticated device
curl --request GET \
  --url https://api.example.com/all \
  --header 'App-Password: <api-key>' \
  --header 'Device-Code: <device-code>'
[
  "<string>"
]

Authorizations

App-Password
string
header
required

Headers

Device-Code
string
required

8-character alphanumeric device identifier

Response

List of paste IDs owned by the device