---
title: User Location API Documentation
description: "User has permission on some locations to fetch accounting and transaction report. Fetch authorized locations of customer Required Scope: prod/user URL: https://favrit.com/ws/accounting-api-service/v1/"
---

[Skip to content](https://support.favrit.com/user-location-api-documentation#main-content)

English

Show submenu for translations

[![Favrit logo](https://support.favrit.com/hs-fs/hubfs/Favrit_Logo_Positive_RGB-Aug-01-2022-01-35-58-31-PM.png?height=40&name=Favrit_Logo_Positive_RGB-Aug-01-2022-01-35-58-31-PM.png)](https://support.favrit.com?hsLang=en)

Open main navigation

Close main navigation

- English
  
  Show submenu for translations
- [Contact Favrit Support](https://support.ordr.no/contact-ordr#)

[Contact Favrit Support](https://support.ordr.no/contact-ordr#)

 Favrit Support

- There are no suggestions because the search field is empty.

1. [Support](https://support.favrit.com/?hsLang=en)
2. [Developer](https://support.favrit.com/developer?hsLang=en)
3. [Endpoints and models](https://support.favrit.com/developer?hsLang=en#endpoints-and-models)

August 28, 2026

# User Location API Documentation

### Overview

User has permission on some locations to fetch accounting and transaction report.

**Fetch authorized locations of customer**

Required Scope: prod/user  
URL: [https://favrit.com/ws/accounting-api-service/v1/api/user/locations](https://favrit.com/ws/accounting-api-service/v1/api/user/locations)  
Method: GET  
Header: Authorization Bearer \<access\_token\>  
Request Sample

```
curl --location --request GET 'https://favrit.com/ws/accounting-api-service/v1/api/user/locations' \--header 'Authorization: Bearer <access_token>' \--header 'Content-Type: application/json'
```

Response Sample:

```
HTTP/1.1 200 OKContent-Type: application/json;charset=UTF-8  {    "status": "SUCCESS",    "data": {      "locations": [        {          "id": 123456,          "name": "Oslo Sentrum",          "companyLegalName": "Oslo Restaurant AS",          "active": true        },        {          "id": 987654,          "name": "Bergen Havn",          "companyLegalName": "Bergen Restaurant AS",          "active": true        }      ]    }  }
```

Remarks: Available locations for the customer.

- [Account and access](https://support.favrit.com/account-and-access?hsLang=en)
- [Menu](https://support.favrit.com/menu?hsLang=en)
- [Printers and cash drawers](https://support.favrit.com/printers-and-cash-drawers?hsLang=en)
- [Payment terminals](https://support.favrit.com/payment-terminals?hsLang=en)
- [Orders and payments](https://support.favrit.com/orders-and-payments?hsLang=en)
- [Accounting and integrations](https://support.favrit.com/accounting-and-integrations?hsLang=en)
- [Reports](https://support.favrit.com/reports?hsLang=en)
- [QR codes and guest ordering](https://support.favrit.com/qr-codes-and-guest-ordering?hsLang=en)
- [Billing and company account](https://support.favrit.com/billing-and-company-account?hsLang=en)
- [Help for Guests](https://support.favrit.com/help-for-guests?hsLang=en)
- [Developer](https://support.favrit.com/developer?hsLang=en#main-content)

    - [Rest API introduction](https://support.favrit.com/developer?hsLang=en#rest-api-introduction)
    - [Endpoints and models](https://support.favrit.com/developer?hsLang=en#endpoints-and-models)
- [Contact and Company information](https://support.favrit.com/contact-and-company-information?hsLang=en)

[![Scheme=Light Mode](https://support.favrit.com/hs-fs/hubfs/Scheme=Light%20Mode.png?width=86&height=24&name=Scheme=Light%20Mode.png "Scheme=Light Mode")](http://favrit.com)

Favrit Support is available through phone and email support. Opening hours: see [Contact Favrit Support](https://support.favrit.com/contact-favrit?hsLang=en)   
Status page: [status.favrit.com](https://status.favrit.com/)

Copyright © 2026, Favrit AS