/
Application instance enab...
Security
SecretApiKey or JWT
Payload of application instance-related webhook event.
Unique organization identifier. An organization is an entity that represents a company. For more information, see Obtain an organization ID.
Example:"org_0YVDM8RC7GDADADSBSMW124JA8"
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/application-instance-enabled
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/application-instance-enabled
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/application-instance-enabled
{ "organizationId": "org_0YVDM8RC7GDADADSBSMW124JA8", "applicationId": "app_01H0HT25X7XXCJGS4H8VJSYF2Y", "eventType": "application-instance-enabled", "_embedded": { "application": { … }, "applicationInstance": { … } }, "_links": [ { … } ] }