Using Basic Authorization Header

To use the token, you need to put the token to Authorization header with this format:

*Authorization: <Basic Authorization Header>*

Example Request:

GET /insurance/v1/goods/premium HTTP/1.1
Host: api.cermatiprotect.com
Accept: application/json, text/javascript, */*; q=0.01
Authorization: Basic Z3JlYXRwYXJ0bmVyOllvdXJTZWNyZXRLZXkK

Example cURL request:

curl -X POST 'https://api.cermatiprotect.com/insurance/v1/goods/premium -H 'Authorization: Basic Z3JlYXRwYXJ0bmVyOllvdXJTZWNyZXRLZXkK' -H 'Accept: application/json, text/javascript, */*; q=0.01' -H 'Content-Type: application/