List all Email Customizations
GET {{baseUrl}}/api/v1/brands/:brandId/templates/email/:templateName/customizations
Lists all customizations of an email template
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
after | string | The cursor to use for pagination. It is an opaque string that specifies your current location in the list and is obtained from the Link response header. See Pagination for more information. | |
limit | number | A limit on the number of objects to return. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"language":"en","isDefault":true,"subject":"Welcome to ${org.name}!","body":"\u003c!DOCTYPE html\u003e\u003chtml\u003e\u003cbody\u003e\u003cp\u003eHello, ${user.profile.firstName}. Click \u003ca href=\"${activationLink}\"\u003ehere\u003c/a\u003e to activate your account.\u003c/body\u003e\u003c/html\u003e","id":"oel11u6DqUiMbQkpl0g4","created":"2021-11-09T20:38:10.000Z","lastUpdated":"2021-11-11T20:38:10.000Z","_links":{"self":{"href":"https://{yourOktaDomain}/api/v1/brands/{brandId}/templates/email/UserActivation/customizations/oel11u6DqUiMbQkpl0g4","hints":{"allow":["GET","PUT","DELETE"]}},"template":{"href":"https://{yourOktaDomain}/api/v1/brands/{brandId}/templates/email/UserActivation","hints":{"allow":["GET"]}},"preview":{"href":"https://{yourOktaDomain}/api/v1/brands/{brandId}/templates/email/UserActivation/customizations/oel11u6DqUiMbQkpl0g4/preview","hints":{"allow":["GET"]}},"test":{"href":"https://{yourOktaDomain}/api/v1/brands/{brandId}/templates/email/UserActivation/test","hints":{"allow":["POST"]}}}}]