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 /api/tags HTTP/1.1
Host: www.cermati.com
Accept: application/json, text/javascript, */*; q=0.01
Authorization: Basic Z3JlYXRwYXJ0bmVyOllvdXJTZWNyZXRLZXkK

Example cURL request:

curl 'https://www.cermati.com/api/tags -H 'Authorization: Basic Z3JlYXRwYXJ0bmVyOllvdXJTZWNyZXRLZXkK' -H 'Accept: application/json, text/javascript, */*; q=0.01'