Body parameters
Response
The code of the answer.
The message of the answer.
curl -X POST 'https://api.sendforsign.com/api/settings' \
-H 'X-Sendforsign-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"data": {
"type": "brandings",
"clientKey": "YOUR_CLIENT_KEY",
"branding": {
"emailFrom": "",
"emailDomain": "",
"recipientLinkDomain": "",
"emailExplainer": "",
"emailLogo": "",
"emailButtonColor": "",
"recipientPageBranding": true
}
}
}'
{
"code": "201",
"message": "Settings updated"
}
Implement your brand presence.
curl -X POST 'https://api.sendforsign.com/api/settings' \
-H 'X-Sendforsign-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"data": {
"type": "brandings",
"clientKey": "YOUR_CLIENT_KEY",
"branding": {
"emailFrom": "",
"emailDomain": "",
"recipientLinkDomain": "",
"emailExplainer": "",
"emailLogo": "",
"emailButtonColor": "",
"recipientPageBranding": true
}
}
}'
{
"code": "201",
"message": "Settings updated"
}
Show child attribute
Show child attribute
curl -X POST 'https://api.sendforsign.com/api/settings' \
-H 'X-Sendforsign-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"data": {
"type": "brandings",
"clientKey": "YOUR_CLIENT_KEY",
"branding": {
"emailFrom": "",
"emailDomain": "",
"recipientLinkDomain": "",
"emailExplainer": "",
"emailLogo": "",
"emailButtonColor": "",
"recipientPageBranding": true
}
}
}'
{
"code": "201",
"message": "Settings updated"
}