21 lines
252 B
Plaintext
21 lines
252 B
Plaintext
|
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}}
|
||
|
}
|