Skip to main content

Get Account

GET 

https://embedded.runalloy.com/2024-03/one/crm/accounts/:accountId

Get account for a specified user and credential set

Request

Path Parameters

    accountId stringrequired

    The item id of the account record

Query Parameters

    connectionId stringrequired

    The ID of the connection.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

{
"account": {
"website": "http://kingmanufacturing.com",
"industry": "Manufacturing",
"addresses": [
{
"country": "United States",
"street1": "228 Runamuck Pl #2808",
"state": "MD",
"city": "Baltimore",
"addressType": "main",
"postalCode": "21224"
}
],
"phoneNumbers": [
{
"phoneNumberType": "main",
"phoneNumber": "555-555-5555"
}
],
"remoteId": "0000000000000000000",
"lastActivityAt": "2022-11-16T19:55:59+08:00",
"accountOwner": "Gregg Mojica",
"accountName": "King (Sample)",
"numberOfEmployees": 445,
"description": "King is a multinational electronics contract manufacturing company with its headquarters in Baltimore, United States.",
"id": "00000000-0000-0000-0000-000000000000",
"remoteCreatedAt": "2023-11-19T17:00:17.000Z",
"remoteUpdatedAt": "2023-11-19T17:00:17.000Z",
"remoteDeleted": false,
"createdAt": "2024-02-22T11:17:53.264Z",
"updatedAt": "2024-02-22T13:54:03.445Z"
}
}
curl -L 'https://embedded.runalloy.com/2024-03/one/crm/accounts/:accountId' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://embedded.runalloy.com/2024-03/one
Parameters
— pathrequired
— queryrequired
— headerrequired
ResponseClear

Click the Send API Request button above and see the response here!