otter/bruno/Subscriptions API/Get subscriptions for user.bru

16 lines
188 B
Plaintext

meta {
name: Get subscriptions for user
type: http
seq: 3
}
get {
url: http://localhost:8080/subscriptions/:user
body: none
auth: inherit
}
params:path {
user: test.json
}