Get Space Addresses

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

To learn more, also check under "Update a Card" -> "Contact Data".

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

[
    {
        "value": "z5SilhXXXXX", //<- Address UUID
        "text": "Av. Concha Espina 1, Madrid, 28036, ES"
    }
]

Last updated