finnow/finnow-api/bruno-api/Finnow/Accounts/Get Accounts.bru

20 lines
213 B
Plaintext
Raw Permalink Normal View History

meta {
name: Get Accounts
type: http
seq: 1
}
get {
url: {{base_url}}/profiles/:name/accounts
body: none
auth: bearer
}
params:path {
name: {{profile}}
}
auth:bearer {
token: {{access_token}}
}