REST-API
All DocumentationsSupport
  • Introduction
  • First Steps
    • Getting started
    • Authentication
  • Public Digital Cards
    • Get Public Card
    • Download Public Card
    • Get QR Code of Public Card
  • Digital Business Cards
    • Digital Business Cards
      • Get all Card(s)
      • Create a Card
      • Update a Card
        • Images
        • Contact Data
        • Delete a Contact
        • Social Media
      • Delete a Card
      • Get Space Addresses
    • Combine Physical Products
      • Connect Product to Card
      • Lock Product
  • Business Manager / Space
    • Digital Business Cards
      • Get all Card(s)
      • Create a Card
      • Export Digital Cards
      • Import Digital Cards
Powered by GitBook
On this page
  1. Digital Business Cards
  2. Digital Business Cards

Get Space Addresses

If you have a digital card connected to a space, you can query the addresses of the space.

PreviousDelete a CardNextCombine Physical Products

Last updated 1 year ago

To learn more, also check under .

GET /v1/cards/{CARD_UUID}/space-addresses?i=true

[
    {
        "value": "z5SilhXXXXX", //<- Address UUID
        "text": "Av. Concha Espina 1, Madrid, 28036, ES"
    }
]
"Update a Card" -> "Contact Data"