After/Before App Created/Updated/Deleted

This event-driven callback is enabled whenever an app is created, modified, or deleted on the API Manager, either through the Developer Portal or directly via the administrative interface.

Request body:

"body": "{
  	"AppToken":{
  		"id":number,
  		"name":"string",
  		"description":"string",
  		"code":"string",
  		"secret":"string",
  		"status":"APPROVED, PENDING, REJECTED or CANCELLED",
  		"icon":null,
  		"link":null,
  		"showAppGallery":true or false,
  		"creationDate":number,
  		"developer":"string",
  		"plans":[],
  		"apis":null,
  		"extraInfo":{}
	},
	"action":"CREATED, UPDATED or DELETED",
	"user":"string"
}"

Access to the code and secret properties is restricted. If you need this data, you will need to make a GET request to /api-manager/api/v2/access-tokens/{id} using a credential with clearance to retrieve them.

Thanks for your feedback!
EDIT

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