cURL
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" } } }
Response payload includes widget version and integrity digest (SHA-384)
access_token returned by the /auth/v1/oauth2/tokens API call.
access_token
/auth/v1/oauth2/tokens
Widget manifest response
Widget manifest version and integrity digest
Show child attributes