After/Before Access Token Created/Updated/Deleted

This event-driven callback is activated whenever an access token is registered on the API Manager, either through an OAuth flow or directly via the administrative interface.

Request body:

"body": "{
	"action":"CREATED, UPDATED or DELETED",
	"AuthToken":{
		"id":number,
		"code":"string",
		"owner":"string",
		"status":"ACTIVE or REVOKE",
		"creationDate":number,
		"plans":[],
		"extraInfo":{},
		"apis":null
	},
	"user":"string"
}"
Thanks for your feedback!
EDIT

Share your suggestions with us!
Click here and then [+ Submit idea]