curl --request PUT \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/globalWallet/settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"walletName": "An example name",
"popupPageTitle": "An example name",
"walletIconUrl": "https://website-sample/icon.svg",
"customCssUrl": "https://website-sample/custom.css",
"termsOfServiceUrl": "https://website-sample.com",
"privacyPolicyUrl": "https://website-sample.com",
"termsOfServiceAndPrivacyPolicyMarkdown": "This is a markdown example with a **bold** text and a [link](https://website-sample.com)",
"customMenuLinks": [
{
"label": "An example name",
"url": "https://website-sample.com"
}
],
"enableLoginWithExternalWallets": true
}
'{
"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",
"termsOfServiceUrl": "https://website-sample.com",
"privacyPolicyUrl": "https://website-sample.com",
"termsOfServiceAndPrivacyPolicyMarkdown": "This is a markdown example with a **bold** text and a [link](https://website-sample.com)",
"customMenuLinks": [
{
"label": "An example name",
"url": "https://website-sample.com"
}
],
"enableLoginWithExternalWallets": true,
"enabledAt": "2023-11-07T05:31:56Z"
}curl --request PUT \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/globalWallet/settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"walletName": "An example name",
"popupPageTitle": "An example name",
"walletIconUrl": "https://website-sample/icon.svg",
"customCssUrl": "https://website-sample/custom.css",
"termsOfServiceUrl": "https://website-sample.com",
"privacyPolicyUrl": "https://website-sample.com",
"termsOfServiceAndPrivacyPolicyMarkdown": "This is a markdown example with a **bold** text and a [link](https://website-sample.com)",
"customMenuLinks": [
{
"label": "An example name",
"url": "https://website-sample.com"
}
],
"enableLoginWithExternalWallets": true
}
'{
"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",
"termsOfServiceUrl": "https://website-sample.com",
"privacyPolicyUrl": "https://website-sample.com",
"termsOfServiceAndPrivacyPolicyMarkdown": "This is a markdown example with a **bold** text and a [link](https://website-sample.com)",
"customMenuLinks": [
{
"label": "An example name",
"url": "https://website-sample.com"
}
],
"enableLoginWithExternalWallets": true,
"enabledAt": "2023-11-07T05:31:56Z"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the environment
36"95b11417-f18f-457f-8804-68e361f9164f"
50"An example name"
50"An example name"
"https://website-sample/icon.svg"
"https://website-sample/custom.css"
"https://website-sample.com"
"https://website-sample.com"
1024"This is a markdown example with a **bold** text and a [link](https://website-sample.com)"
Successfully updated global wallet settings
36"95b11417-f18f-457f-8804-68e361f9164f"
50"An example name"
50"An example name"
"https://website-sample/icon.svg"
"https://website-sample/custom.css"
"https://website-sample.com"
"https://website-sample.com"
1024"This is a markdown example with a **bold** text and a [link](https://website-sample.com)"
If global wallet is enabled, then this timestamp will be present.
Was this page helpful?