Files
crawlshot/Crawlshot API/Screenshots/List Screenshot Jobs.bru
2025-08-10 21:10:33 +08:00

20 lines
206 B
Plaintext

meta {
name: List Screenshot Jobs
type: http
seq: 4
}
get {
url: {{base_url}}/api/shot
body: none
auth: bearer
}
headers {
Accept: application/json
}
auth:bearer {
token: {{api_token}}
}