This API can be used to set a profile image to the account.
Request
Access Token received from Generate Token method
Body Params application/json
Merchant Id shared by InfyDigi
{
"merchantId": "34669491",
"profileImg": ""
}
Request samples
curl --location --request POST 'https://api.infydigi.com/merchant-services/save-profile-image' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantId":"34669491",
"profileImg":""
}'
Responses
application/json Modified at 2025-01-18 18:09:31