Skip to main content

This operation returns the email message header and footer configured for the Company.

More Details

Path Parameters
  • OrganizationId string required
Responses

OK


Schema
  • masterEmailTemplate string
  • companySettings object
  • footerTemplate string
  • headerTemplate string
  • defaultSettings object
  • footerTemplate string
  • headerTemplate string
GET /organization/:organizationid/emailcustomization    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
OrganizationId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Organization/:OrganizationId/EmailCustomization' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'