Skip to main content
GET
/
v2
/
mobility
/
customers
Kunden auflisten
curl --request GET \
  --url https://api.business-os.de/v2/mobility/customers \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "mobilitybox_customer_id": "mb_cust_abc123",
    "name": "Mustermann GmbH",
    "address_lines": {
      "street": "Musterstraße 1",
      "postal_code": "50667",
      "city": "Köln"
    },
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

x-api-key
string
header
required

Dein Business OS API Key. Erstelle einen unter app.business-os.de → API Keys.

Response

Liste der Kunden

id
string<uuid>

Kunden-ID

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

organization_id
string<uuid>

Organisations-ID

mobilitybox_customer_id
string | null

Mobility Box Kunden-ID

Example:

"mb_cust_abc123"

name
string

Name des Unternehmens

Example:

"Mustermann GmbH"

address_lines
object

Adressdaten

created_at
string<date-time>

Erstellungszeitpunkt

updated_at
string<date-time>

Letzter Änderungszeitpunkt