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

21 lines
252 B
Plaintext
Raw Permalink Normal View History

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