Skip to main content
GET
/
v1
/
integrations
/
accounts
Get accounts
curl --request GET \
  --url https://functions.siro.ai/api-externalApi/v1/integrations/accounts \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "externalId": "<string>",
    "addresses": [
      null
    ],
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "latitude": 123,
    "longitude": 123,
    "phoneNumbers": [
      "<string>"
    ],
    "emailAddresses": [
      "<string>"
    ],
    "name": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.siro.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:<organization-api-token>
required

Organization integration token from Siro admin (Person icon → API Tokens). Send Authorization: Bearer . This is not the OAuth access token used with api.siro.ai user-scoped endpoints.

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
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
phoneNumbers
string[]
emailAddresses
string[]
name
string