23 lines
351 B
YAML
23 lines
351 B
YAML
info:
|
|
name: Subscription
|
|
type: http
|
|
seq: 4
|
|
|
|
http:
|
|
method: GET
|
|
url: "{{baseurl}}/v1/subscription/{{subscription}}"
|
|
auth:
|
|
type: bearer
|
|
token: "{{alai_token}}"
|
|
|
|
runtime:
|
|
variables:
|
|
- name: subscription
|
|
value: SID1776275_TS1759238704226_0
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|