1. Help for Partners
  2. All POS vendor events

Upon App subscribed

When an App subscribes or unsubscribes to a location via the Doshii API or Doshii Dashboard, the location will be notified with the following event.

EVENT app_subscribed

Parameters

Example

Event

{
    "event": "app_subscribed",
    "data": {
        "id": 123
        "status": "subscribed"
        "uri": "https://sandbox.doshii.co/pos/v3/apps/123"
    }
}