Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2. API Spec

1) Request

Endpoint

https://prod.ax-cloud.com/v1/channel/product/day-ticket/update

Method

GET

Description

업데이트된 상품정보 확인

Content-Type

application/json

Headers > Authorization

Token {api_key}

Headers > Channel

Code {channel_code}

...

Code Block
languagebash
curl -X 'GET' \
  'https://prod.ax-cloud.com/v1/channel/product/tourday-ticket/update' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -H "Authorization: Token api_key_secret" \
  -H "Channel: Code code_secret"

...