Get Hawk authentication header

Returns an authentication token. Use the authentication token returned to on the auth header of the http call.

Returns an authentication token. Use the authentication token returned to on the auth header of the http call

To generate the Hawk authentication header pass the below parameters:

  1. Subscription apikeyId received from Biz Core
  2. Subscription apikey received from Biz Core
  3. method: get
  4. url: pass the url of the API you would like to execute
Language