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

20 lines
217 B
Plaintext

meta {
name: Get Properties
type: http
seq: 4
}
get {
url: {{base_url}}/profiles/:name/properties
body: none
auth: bearer
}
params:path {
name: {{profile}}
}
auth:bearer {
token: {{access_token}}
}