Create a branch
Open the Branches section
From the Piksel dashboard sidebar, click Branches. You’ll see a list of all branches you’ve already created.
Fill in the branch details
Complete the fields for the new branch:
| Field | Required | Description |
|---|---|---|
| Name | Yes | A short label for this location (e.g., “Downtown Store”). |
| Address | No | Street address of the location. |
| City | No | City where this branch is located. |
| Notes | No | Any additional notes about this branch (e.g., operating hours, contact info). |
Assign content to a branch
You can associate screens, media files, and playlists with a branch individually. Open any screen, media item, or playlist and select the branch from the Branch dropdown in its settings. The dashboard will then include that item when you filter by that branch.Filter the dashboard by branch
Use the branch filter at the top of the Screens, Media, and Playlists sections to narrow the view to a single location. Filtering does not affect what content plays — it only changes what you see in the dashboard.Edit a branch
Delete a branch
To delete a branch, open the branch settings and click Delete branch. Piksel will:- Remove the branch assignment from every screen linked to it.
- Remove the branch assignment from every media file linked to it.
- Remove the branch assignment from every playlist linked to it.
- Delete the branch record.
API reference
List branches — GET /api/branches
List branches — GET /api/branches
Returns all branches for your account, ordered alphabetically by name.
Create a branch — POST /api/branches
Create a branch — POST /api/branches
Creates a new branch.
Update a branch — PUT /api/branches/{id}
Update a branch — PUT /api/branches/{id}
Updates one or more fields on an existing branch.
Delete a branch — DELETE /api/branches/{id}
Delete a branch — DELETE /api/branches/{id}
Unassigns all linked items and deletes the branch.

