Skip to main content

API Key Check

GET 

/v2/center/auth/status

API to check the key issued through the Waiker Dashboard and to query the list of products assigned to the key.

You can check if the key is working properly through the Key Check API.

The return value is the list of APIs that can be used with the key.

Request

Header Parameters

    Accept-Country stringrequired

    Default value: KR

    Country Code (KR or US)

    Accept-Currency string

    Default value: KRW

    Currency Code (KRW or USD)

    Accept-Language string

    Default value: EN

    Language Code (KO or EN)

Responses

Success

Schema

    data

    object

    Service status information included in the Product key

    serviceCount int64

    Number of services included in the Product key

    serviceList

    object[]

    List of services included in the Product key

  • Array [

  • id int64

    Service ID

    itemType string

    Service Type (e.g., DATASET)

    itemName string

    Service Name

    itemCountry string

    Service Country Code (e.g., KR, US)

    category string

    Service Category (e.g., News, Equity Transactions)

    useStartDt date-time

    Service Start Date (e.g., 2024-05-29T00:00:00Z)

    useEndDt date-time

    Service end date (e.g., 2024-07-31T00:00:00Z)

  • ]

  • code string

    API response code (e.g., 0)

    status int32

    HTTP status codes (e.g., 200, 401, 403, 500)

    message string

    Response message (e.g., SUCCESS)

    timestamp string

    Timestamp of the response time (e.g., 1722220470)

Loading...