Skip to content
Last updated

Token Permissions

Tokens can be assigned specific permissions to control access to resources. Each permission is represented as a string that corresponds to an action a user can perform.

List of Permissions

Below is a comprehensive list of permission categories, each containing specific permissions that can be assigned to a token.

Info

To grant access to additional permissions within a category, the token must first have the corresponding read permission..

Token Auth Permissions

ValueDescription
read_token_authUser can read token auth. Must be added to token if providing other Token Auth permissions.
create_token_authUser can create token auth.
update_token_authUser can update token auth.
delete_token_authUser can delete token auth.

Template Permissions

ValueDescription
read_templateUser can read templates. Must be added to token if providing other Template permissions.
create_templateUser can create templates.
update_templateUser can update templates.
delete_templateUser can delete templates.
lock_templateUser can lock templates.
publish_templateUser can publish templates.

Marketing Template Permissions

Token must have corresponding template permissions.

ValueDescription
read_template_marketingUser can read marketing templates. Must be added to token if providing other Marketing Template permissions.
create_template_marketingUser can create marketing templates.
update_template_marketingUser can update marketing templates.
delete_template_marketingUser can delete marketing templates.
lock_template_marketingUser can lock marketing templates.
publish_template_marketingUser can publish marketing templates.

Transactional Template Permissions

Token must have corresponding template permissions.

ValueDescription
read_template_transactionalUser can read transactional templates. Must be added to token if providing other Transactional Template permissions.
create_template_transactionalUser can create transactional templates.
update_template_transactionalUser can update transactional templates.
delete_template_transactionalUser can delete transactional templates.
lock_template_transactionalUser can lock transactional templates.
publish_template_transactionalUser can publish transactional templates.

Automation Template Permissions

Token must have corresponding template permissions.

ValueDescription
read_template_automationUser can read automation templates. Must be added to token if providing other Automation Template permissions.
create_template_automationUser can create automation templates.
update_template_automationUser can update automation templates.
delete_template_automationUser can delete automation templates.
lock_template_automationUser can lock automation templates.
publish_template_automationUser can publish automation templates.

Opt-In Template Permissions

Token must have corresponding template permissions.

ValueDescription
read_template_opt_inUser can read opt-in templates. Must be added to token if providing other Opt-in Template permissions.
create_template_opt_inUser can create opt-in templates.
update_template_opt_inUser can update opt-in templates.
delete_template_opt_inUser can delete opt-in templates.
lock_template_opt_inUser can lock opt-in templates.
publish_template_opt_inUser can publish opt-in templates.

Image Management Permissions

ValueDescription
read_imageUser can read images. Must be added to token if providing other Image Management permissions.
create_imageUser can create images.
update_imageUser can update images.
delete_imageUser can delete images.

Label Permissions

ValueDescription
read_image_labelUser can read an image label. Must be added to token if providing other Image Label permissions.
create_image_labelUser can create an image label.
update_image_labelUser can update an image label.
delete_image_labelUser can delete an image label.
read_resource_labelUser can read a template label. Must be added to token if providing other Resource Label permissions.
create_resource_labelUser can create a template label.
update_resource_labelUser can update a template label.
delete_resource_labelUser can delete a template label.