Legacy: Tyk Classic PortalYou’re viewing documentation for the Tyk Classic Portal, which is no longer actively maintained.If you’re looking for the latest API documentation for the new Tyk Developer Portal, please refer to the
Postman collection or visit the
Tyk Developer Portal section.The Classic Portal is in maintenance mode and will be deprecated soon. For questions or support, contact us at
support@tyk.io.
The main customization that can be done with the Tyk Dashboard is via the CSS Editor.JS customization is also available in a programmatic way.
In the CSS Editor, add the classes that you would like to override in the home page. For Tyk Cloud and Multi-Cloud users, this will already be filled in with some initial overrides for you:
If you wish to customize how emails are displayed to end-users, then you can also add new classes to the Email CSS editor, these classes will be added in-line to the email that is sent out.Once you have finished making your changes, click Update and the new CSS will be available on your site.
Alternatively, as always, you can perform the above actions with an API call instead of through the Dashboard UI.First, we’ll need to get the block ID of the CSS component in order to update it. This is stored in Mongo by the Dashboard.
To get the block ID, we have to make a REST call to the Dashboard API.To do so, run this curl command: