Overview
Describes the request and response formats used for API integration.
Request
All API requests are sent via HTTPS.
All API requests must be signed and API requests with an invalid signature will be rejected. Refer to Authentication for more information.
Refer to Diagrams for flow by situation for API interworking
Request Header
The header of all API requests except Get Browser Token must include svc-api-key
.
The Get Browser Token request requires sis-api-key
in the header.
Additionally, For requests that include scv-api-key
in the header, must include signature
, timestamp
, and nonce
in header.
Refer to Authentication for more information.
Request Body
The body data must be in JSON format.
For detailed body format by API, refer to API Reference.
Response
Response Body
The format of Response Body includes the fields below and is sent in JSON object format.
Last updated