@model TokensViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePageAndTitle(StoreNavPages.Tokens, "Access Tokens", Context.GetStoreData().StoreName); } @if (Model.StoreNotConfigured) {
Authorize a public key to access Bitpay compatible Invoice API.
@if (Model.Tokens.Any()) {Label | Actions |
---|---|
@token.Label | See information - Revoke |
There are no access tokens yet.
}Alternatively, you can use the invoice API by including the following HTTP Header in your requests:
Authorization: Basic @Model.EncodedApiKey