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

KeyValueDescription
Content-Typeapplication/jsonIndicates data type of the request.
Acceptapplication/jsonIndicates 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
ValueTypeDescription
{{JWT Token}}Bearer TokenGenerate form login access client.

  • Header
KeyValueDescription
Content-Typeapplication/jsonIndicates 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.

📘

Note

Generate Platform Key :

  • API → Access Platform - Initialization
  • Get platform name form web Qoin Service
  • Copy Platform key to header