brf/.bruno/API/api-invoices.bru

17 lines
169 B
Plaintext

meta {
name: /api/invoices
type: http
seq: 7
}
get {
url: {{base_url}}/api/invoices
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}