@model TokensViewModel
@{
Layout = "../Shared/_NavLayout.cshtml";
ViewData["Title"] = "Access Tokens";
ViewData.AddActivePage(StoreNavPages.Tokens);
}
Authorize a public key to access Bitpay compatible Invoice API (More information)
| Label | SIN | Facade | Actions |
|---|---|---|---|
| @token.Label | @token.SIN | @token.Facade |
Alternatively, you can use the invoice API by including the following HTTP Header in your requests:
Authorization: Basic @Model.EncodedApiKey