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
id
string
required
externalId
string
required

The ID of the account in the external system (e.g. Salesforce)

addresses
(any | null)[]
required
createdAt
string
required

The date the account was created

updatedAt
string
required

The date the account was last updated

latitude
number
longitude
number
name
string