Common Header
Common headers define parameters that are used in common by the ThinQ Connect APIs.
Name |
Type |
Required |
Description |
Default |
Example |
---|---|---|---|---|---|
Authorization |
string |
mandatory |
Bearer {token} |
None |
" Authorization" : "Bearer 5a9a713f51a95c53d781addd1af0dfa4f6e1e7420a8bff3c5198308dac571aa9845832b8d29bbe1f04deec2d35229c6d", |
x-country-code |
string |
mandatory |
|
None |
" x-country-code" : "KR", |
x-message-id |
string |
mandatory |
You must create and enter a new unique value for each API call.
import uuid |
None |
" x-message-id" : "0123456789012345678912", |
x-service-id |
string |
mandatory |
|
None |
" x-service-id" : "470ae4c534ba143cad86e5c3", |
x-service-key |
string |
mandatory |
|
None |
" x-service-key" : "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzZXJ2aWNlSWQiOiI0NzBhZTRjNTM0YmExNDNjYWQ4NmU1YzMiLCJ0b2tlblNlZWQiOiI1Zjc2MWQwMDU2YmE4NWJkIiwidGltZSI6MTUxNjM0MTkzMn0.aznAEnUItCWc2UAFvoiIYDw0SCJDoY5xVCNnUyUJeiI", |
x-conditional-control |
boolean |
optional |
|
true |
"x-conditional-control" : true, |