Generating a Token
All API communication with the Victor Platform must include an authorization token. The Victor Platform leverages JSON Web Tokens (JWTs) to identify clients and to ensure the security of requests. The token must be included in the header of the request in the same format as shown in the sample below:
Authorization Token Format Sample
--header 'Authorization: Token <jwt-token-here>'
For more information on generating a JWT token please visit: https://docs.victorfi.com/docs/generating-a-token
Updated over 1 year ago