curl --request PUT \
--url https://api.gcore.com/iam/reselling/settings \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>",
"publicSettings": {
"showApiDoc": true,
"showStatusPage": "<string>",
"showKnowledgeBase": true,
"showTickets": true,
"brandName": "<string>",
"fromEmail": "[email protected]",
"websiteLink": "<string>",
"supportEmail": "<string>",
"supportPhone": "<string>",
"agreementLink": "<string>",
"entryBaseDomain": "<string>",
"colors": {
"header": "<string>",
"primary": "<string>",
"headerText": "<string>"
}
},
"privateSettings": {
"mailServer": {
"tls": true,
"host": "<string>",
"port": "<string>",
"login": "<string>",
"password": "<string>"
}
}
}
'{
"domain": "<string>",
"publicSettings": {
"showApiDoc": true,
"showStatusPage": "<string>",
"showKnowledgeBase": true,
"showTickets": true,
"brandName": "<string>",
"fromEmail": "[email protected]",
"websiteLink": "<string>",
"supportEmail": "<string>",
"supportPhone": "<string>",
"agreementLink": "<string>",
"entryBaseDomain": "<string>",
"colors": {
"header": "<string>",
"primary": "<string>",
"headerText": "<string>"
}
},
"privateSettings": {
"mailServer": {
"tls": true,
"host": "<string>",
"port": "<string>",
"login": "<string>",
"password": "<string>"
}
},
"reseller": 123,
"deleted": true
}curl --request PUT \
--url https://api.gcore.com/iam/reselling/settings \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>",
"publicSettings": {
"showApiDoc": true,
"showStatusPage": "<string>",
"showKnowledgeBase": true,
"showTickets": true,
"brandName": "<string>",
"fromEmail": "[email protected]",
"websiteLink": "<string>",
"supportEmail": "<string>",
"supportPhone": "<string>",
"agreementLink": "<string>",
"entryBaseDomain": "<string>",
"colors": {
"header": "<string>",
"primary": "<string>",
"headerText": "<string>"
}
},
"privateSettings": {
"mailServer": {
"tls": true,
"host": "<string>",
"port": "<string>",
"login": "<string>",
"password": "<string>"
}
}
}
'{
"domain": "<string>",
"publicSettings": {
"showApiDoc": true,
"showStatusPage": "<string>",
"showKnowledgeBase": true,
"showTickets": true,
"brandName": "<string>",
"fromEmail": "[email protected]",
"websiteLink": "<string>",
"supportEmail": "<string>",
"supportPhone": "<string>",
"agreementLink": "<string>",
"entryBaseDomain": "<string>",
"colors": {
"header": "<string>",
"primary": "<string>",
"headerText": "<string>"
}
},
"privateSettings": {
"mailServer": {
"tls": true,
"host": "<string>",
"port": "<string>",
"login": "<string>",
"password": "<string>"
}
},
"reseller": 123,
"deleted": true
}API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Base control panel domain. The desired upper-level domain for the control panel. For example, if specified mycompany.com, then control panel will be available at auth.mycompany.com, cdn.mycompany.com, accounts.mycompany.com.
Show child attributes
The link to API will be displayed in help menu.
The link to Status Page will be displayed in help menu.
The link to Knowledge Base will be displayed in help menu.
Tickets will be displayed in help menu.
The brand name used instead of Gcore.
Change Gcore email for service emails (for example, trial start email) to yours.
Change Gcore website link to yours in help menu and from the logo.
Change Gcore email for service emails (for example, trial start email) to yours.
Change Gcore support phone number to yours in help menu.
Change Gcore link to agreement to yours.
Base control panel domain. The desired upper-level domain for the control panel. For example, if specified mycompany.com, then control panel will be available at auth.mycompany.com, cdn.mycompany.com, accounts.mycompany.com.
OK.
Base control panel domain. The desired upper-level domain for the control panel. For example, if specified mycompany.com, then control panel will be available at auth.mycompany.com, cdn.mycompany.com, accounts.mycompany.com.
Show child attributes
The link to API will be displayed in help menu.
The link to Status Page will be displayed in help menu.
The link to Knowledge Base will be displayed in help menu.
Tickets will be displayed in help menu.
The brand name used instead of Gcore.
Change Gcore email for service emails (for example, trial start email) to yours.
Change Gcore website link to yours in help menu and from the logo.
Change Gcore email for service emails (for example, trial start email) to yours.
Change Gcore support phone number to yours in help menu.
Change Gcore link to agreement to yours.
Base control panel domain. The desired upper-level domain for the control panel. For example, if specified mycompany.com, then control panel will be available at auth.mycompany.com, cdn.mycompany.com, accounts.mycompany.com.
Reseller's ID.
Deletion flag. If true then entity was deleted.
Was this page helpful?