User Authorization

For transactions processing from xerial global wallets an authorization token is required in the header.

Overview

  • Field: Authorization

  • Value: Bearer + (Access token)

Usage

  1. For POST requests that request transaction processing set a request header containing the authorization.

Note: Ensure that on value Bearer follows up with space before access token, i.e: "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIDExZDkiLCJpY.......aC"

Last updated