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

16 lines
161 B
Plaintext
Raw Normal View History

meta {
name: Get Profiles
type: http
seq: 3
}
get {
url: {{base_url}}/profiles
body: none
auth: bearer
}
auth:bearer {
token: {{access_token}}
}