Request Header
An HTTP Header is used in an HTTP request to provide information about the request. The HTTP Header for Qoin Service API request carries the following information.
Header Host to Host Client
Key | Value | Description |
---|---|---|
Content-Type | application/json | Indicates data type of the request. |
Accept | application/json | Indicates the expected data type of the response. |
Idempotency-Key | {{idempotency}} | Generate request body and current date by using MD5. |
API Key | {{secret token}} | Generate Key from Client Configuration. |
Header Client Platform
- Authorization
Value | Type | Description |
---|---|---|
{{JWT Token}} | Bearer Token | Generate form login access client. |
- Header
Key | Value | Description |
---|---|---|
Content-Type | application/json | Indicates data type of the request. |
Idempotency-Key | {{idempotency}} | Generate request body and current date by using MD5. |
Platform Key | {secret token} | Generate key from client platform. |
NoteGenerate Platform Key :
- API → Access Platform - Initialization
- Get platform name form web Qoin Service
- Copy Platform key to header
Updated about 1 month ago