List all Email Templates
GET {{baseUrl}}/api/v1/brands/:brandId/templates/email
Lists all email templates
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. | |
expand | string | Specifies additional metadata to be included in the response. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"name":"UserActivation","_links":{"self":{"href":"https://{yourOktaDomain}/api/v1/brands/{brandId}/templates/email/UserActivation","hints":{"allow":["GET"]}},"settings":{"href":"https://{yourOktaDomain}/api/v1/brands/{brandId}/templates/email/UserActivation/settings","hints":{"allow":["GET","PUT"]}},"defaultContent":{"href":"https://{yourOktaDomain}/api/v1/brands/{brandId}/templates/email/UserActivation/default-content","hints":{"allow":["GET"]}},"customizations":{"href":"https://{yourOktaDomain}/api/v1/brands/{brandId}/templates/email/UserActivation/customizations","hints":{"allow":["GET","POST","DELETE"]}},"test":{"href":"https://{yourOktaDomain}/api/v1/brands/{brandId}/templates/email/UserActivation/test","hints":{"allow":["POST"]}}}}]