curl --request GET \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/globalWallets/settings
{
"id": "95b11417-f18f-457f-8804-68e361f9164f",
"walletName": "An example name",
"popupPageTitle": "An example name",
"walletIconUrl": "https://website-sample/icon.svg",
"customCssUrl": "https://website-sample/custom.css",
"enabledAt": "2023-11-07T05:31:56Z"
}
curl --request GET \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/globalWallets/settings
{
"id": "95b11417-f18f-457f-8804-68e361f9164f",
"walletName": "An example name",
"popupPageTitle": "An example name",
"walletIconUrl": "https://website-sample/icon.svg",
"customCssUrl": "https://website-sample/custom.css",
"enabledAt": "2023-11-07T05:31:56Z"
}
ID of the environment
36
"95b11417-f18f-457f-8804-68e361f9164f"
Global wallets settings response
The response is of type object
.