Skip to main content
GET
/
payments
/
v1
/
widget
/
manifest
Shows current widget manifest
curl --request GET \
  --url https://sandbox-api.sandbox.lemmax.com/payments/v1/widget/manifest \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "file_name": "forte-payments-widget-6.0.0.js",
    "integrity": {
      "digest": "sha384-dZxnZKTtQPnTXisZuScZ8RYBhWyCdMpOcGRAxyWLdFPCwsskjroJPUrLn4hbIiMW",
      "type": "sha-384"
    }
  }
}

Authorizations

Authorization
string
header
required

access_token returned by the /auth/v1/oauth2/tokens API call.

Response

Widget manifest response

Widget manifest version and integrity digest

data
object
required