Files
sf-sim/docs/sim-api/Get pending orders.bru

17 lines
176 B
Plaintext
Raw Normal View History

meta {
name: Get pending orders
type: http
seq: 11
}
get {
url: {{baseurl}}/orders/pending
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}