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.
Step 1: Open CSS Editor
Click CSS from the Portal Management menu.
Step 2: Make CSS Amendments
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:
Step 3: Make Email CSS Amendments

Updating CSS via API
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 thiscurl
command:
id
and the org_id
to update the CSS.
The below curl
command will update the CSS for a specific organization.
Updating JavaScript via API
In order to initialize the portal JS object in the database use the following request whereconsole.log(1)
should be replaced by your JS snippet:
<script>
tag.