Authentication
Describes authentication-related fields included in the header.
Last updated
Describes authentication-related fields included in the header.
Last updated
The header of all API requests except Get Browser Token must include svc-api-key
, signature
, timestamp
, and nonce
.
The meaning of each field is as follows.
Field Name | Description |
---|---|
apiSecret is a secret key issued for each registered service(ex> game) of partner.
path means the part of the api path including the query parameter part of the api.
method uses uppercase letters as the http method of the corresponding API.
For timestamp and nonce, use the nonce and timestamp values to be included in the header.
Body and QueryString must be sort by key value Ascending (ASC)
API Request with body and without query string
API Request with query string and without body
svc-api-key
svc-api-key is issued for each registered service(ex> game) of partner.
signature
The result of an API request signed by a secret key issued per registered service(ex> game) of partner.
timestamp
The time at which the request was sent, set to a Unix Epoch Timestamp with milliseconds value. Ex) 1663817250538
nonce
Random string of 8 characters, composed of uppercase or lowercase alphabets and numbers.
A nonce can't be reused within 20 seconds after the successful request.