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.
Tyk Cloud Users
Monitors are disabled by default in Tyk Cloud. Portal events are enabled and can be defined by raising a support ticket.How to Enable Monitors
See Monitors for details of how to configure quota consumption monitors.Portal Events
The Tyk Dashboard and the Portal now support email notifications powered by Mandrill, Sendgrid, Mailgun and Amazon SES.How Email Notifications Work
If you have enabled email notifications, the Portal will attempt to send notifications regarding a user’s sign-up status or key request status to their username email address. These templates can be found in theportal/email_templates
folder.
The templates are available as text based or HTML. See the standard included ones to see the various template fields that can be customized.
Extra Dashboard And Portal Events
The Dashboard and Portal also support a certain level of events that you can use to notify your system of various things that have happened in the Portal. To configure them, add anevent_options
section to an Organization when you are creating them. See Creating an Organization via the Dashboard Admin API for more details.
Within this object, you can then register webhooks or/and an email address to notify when an event occurs:
-
api_event
: When an API is created, updated or deleted. -
key_event
: When a key is created, updated or deleted. -
key_request_event
: When a Portal key request is created or updated.