GET
/
v1
/
integrations
/
accounts
curl --request GET \
  --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/integrations/accounts
[
  {
    "id": "<string>",
    "externalId": "<string>",
    "latitude": 123,
    "longitude": 123,
    "addresses": [
      "<any>"
    ],
    "name": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>"
  }
]

Response

200 - application/json

Get accounts

The response is of type object[].