1. Help for Partners
  2. All App Partners Event

Upon Location subscribed

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

EVENT location_subscription

Parameters

Example

Event

{
    "event": "location_subscription",
    "data": {
        "id": "aH43yx2",
        "locationId": "aH43yx2",
        "mappedLocationId": "1354",
        "status": "subscribed",
        "uri": "https://sandbox.doshii.co/partner/v3/locations/aH43yx2"
    }
}