menus:
- path: test/http-post
  name: HTTP-POST
pages:
- path: test/http-post
  blocks:  
  - type: http
    name: POST 샘플
    axios:
      method: POST
      url: <https://httpbin.org/anything?query=1>
      headers:
        Authorization: Bearer {{ API_TOKEN_DEV }}
    params:
      - key: API_TOKEN_DEV
        valueFromEnv: true

키 관리

설정 > 키 관리에서 추가 후 이용 가능합니다.

Screen Shot 2022-06-22 at 4.29.22 PM.png

감추어진 값은 자릿수만 표시합니다.

Screen Shot 2022-06-22 at 4.55.21 PM.png