---
sourceDocument: Yokohama API Reference
sourceDocumentLink: https://www.servicenow.com/docs/r/yokohama/api-reference

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Account API

# Account API {#ariaid-title1}

* Release version: Yokohama
* 
* Updated January 30, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 13 minutes to read

The Account API provides endpoints to retrieve Customer Service Management (CSM) account records.
This API requires the Customer Service plugin (com.sn_customerservice) and is provided within the `now` namespace.

Users require the csm_ws_integration role for full API access.

## Account - GET /now/account {#ariaid-title2}

Retrieves a specified set of Customer Service Management (CSM) accounts.

### URL format

Versioned URL:
/api/now/{api_version}/account

Default URL: /api/now/account

### Supported request parameters

{#account-GET__entry__2}{#account-GET__version-not_optional-RESTAPI}

| Name | Description |
|-|-|
| api_version | Optional. Version of the endpoint to access. For example, <kbd class="ph userinput">v1</kbd> or <kbd class="ph userinput">v2</kbd>. Only specify this value to use an endpoint version other than the latest. Data type: String |
[Table 1. Path parameters]

{#account-GET__entry__6}{#account-GET__sysparm-limit-entry}{#account-GET__sysparm-offset-entry}{#account-GET__sysparm-query-entry}

| Name | Description |
|-|-|
| sysparm_limit | Maximum number of records to return. For requests that exceed this number of records, use the sysparm_offset parameter to paginate record retrieval. In the response, the boolean parameter hasMore is returned. It indicates whether there are more records to return that meet the filter criteria. Data type: Number Default: 10 |
| sysparm_offset | Starting record index for which to begin retrieving records. Use this value to paginate record retrieval. This functionality enables the retrieval of all records, regardless of the number of records, in small manageable chunks. For example, the first time you call this endpoint, sysparm_offset is set to "0". To simply page through all available records, use `sysparm_offset=sysparm_offset+sysparm_limit`, until you reach the end of all records. Do not pass a negative number in the sysparm_offset parameter. Data type: Number Default: 0 |
| sysparm_query | Encoded query used to filter the result set. For example: `sysparm_query=caller_id=javascript:gs.getUserID()^active=true` The encoded query supports order by. To sort responses based on certain fields, use the ORDERBY and ORDERBYDESC clauses in sysparm_query. For example, `sysparm_query=active=true^ORDERBYnumber^ORDERBYDESCcategory` filters all active records and orders the results in ascending order by number first, and then in descending order by category. If part of the query is invalid, such as by specifying an invalid field name, the instance ignores the invalid part. It then returns rows using only the valid portion of the query. You can control this behavior using the property glide.invalid_query.returns_no_rows. Set this property to true to return no rows on an invalid query. Note: The glide.invalid_query.returns_no_rows property controls the behavior of all queries across the instance, such as in lists, scripts (GlideRecord.query()), and web service APIs. Data type: String |
[Table 2. Query parameters]

{#account-GET__entry__14}

| Element | Description |
|-|-|
| None |   |
[Table 3. Request body parameters (XML or JSON)]

### Headers

The following request and response headers apply to this HTTP
action only, or apply to this action in a distinct way. For a list of general headers used
in the REST API, see [Supported REST API headers](https://www.servicenow.com/docs/aXidvjgEVmS~V~ZL0h85lQ "REST (REpresentational State Transfer) is a simple stateless architecture that provides standards between computer systems on the web, making it easier for them to communicate with each other.").
{#account-GET__entry__18}{#account-GET__accept-RESTAPI}

| Header | Description |
|-|-|
| Accept | Data format of the response body. Supported types: application/json or application/xml. Default: application/json |
[Table 4. Request headers]

{#account-GET__entry__22}

| Header | Description |
|-|-|
| None |   |
[Table 5. Response headers]

### Status codes

The following status codes apply to this HTTP action. For a
list of possible status codes used in the REST API, see [REST API HTTP response
codes](https://www.servicenow.com/docs/aXidvjgEVmS~V~ZL0h85lQ "REST (REpresentational State Transfer) is a simple stateless architecture that provides standards between computer systems on the web, making it easier for them to communicate with each other.").
{#account-GET__entry__26}{#account-GET__entry-200-status-code}{#account-GET__entry-500-status-code}

| Status code | Description |
|-|-|
| 200 | Successful. The request was successfully processed. |
| 500 | Internal server error. An unexpected error occurred while processing the request. The response contains additional information about the error. |
[Table 6. Status codes]

### Response body parameters (JSON or XML)

{#account-GET__table_pgg_h4b_1dc__entry__2}{#account-GET__accounttable-account_code-entry}{#account-GET__accounttable-account_parent-entry}{#account-GET__accounttable-account_path-entry}{#account-GET__accounttable-active_escalation-entry}{#account-GET__accounttable-apple_icon-entry}{#account-GET__accounttable-banner_image-entry}{#account-GET__accounttable-banner_image_light-entry}{#account-GET__accounttable-banner_text-entry}{#account-GET__accounttable-city-entry}{#account-GET__accounttable-contact-entry}{#account-GET__accounttable-country-entry}{#account-GET__accounttable-customer-entry}{#account-GET__accounttable-discount-entry}{#account-GET__accounttable-fax_phone-entry}{#account-GET__accounttable-fiscal_year-entry}{#account-GET__accounttable-lat_long_error-entry}{#account-GET__accounttable-latitude-entry}{#account-GET__accounttable-longitude-entry}{#account-GET__accounttable-manufactuer-entry}{#account-GET__accounttable-market_cap-entry}{#account-GET__accounttable-name-entry}{#account-GET__accounttable-notes-entry}{#account-GET__accounttable-num_employees-entry}{#account-GET__accounttable-number-entry}{#account-GET__accounttable-parent-entry}{#account-GET__accounttable-partner-entry}{#account-GET__accounttable-phone-entry}{#account-GET__accounttable-primary-entry}{#account-GET__accounttable-primary_contact-entry}{#account-GET__accounttable-profits-entry}{#account-GET__accounttable-publicly_traded-entry}{#account-GET__accounttable-rank_tier-entry}{#account-GET__accounttable-registration_code-entry}{#account-GET__accounttable-revenue_per_year-entry}{#account-GET__accounttable-state-entry}{#account-GET__accounttable-stock_price-entry}{#account-GET__accounttable-stock_symbol-entry}{#account-GET__accounttable-street-entry}{#account-GET__accounttable-sys_class_name-entry}{#account-GET__accounttable-sys_created_by-entry}{#account-GET__accounttable-sys_created_on-entry}{#account-GET__accounttable-sys_id-entry}{#account-GET__accounttable-sys_mod_count-entry}{#account-GET__accounttable-sys_updated_by-entry}{#account-GET__accounttable-sys_updated_on-entry}{#account-GET__accounttable-theme-entry}{#account-GET__accounttable-vendor-entry}{#account-GET__accounttable-vendor_manager-entry}{#account-GET__accounttable-vendor_type-entry}{#account-GET__accounttable-website-entry}{#account-GET__accounttable-zip-entry}

| Parameter | Description |
|-|-|
| account_code | Unique combination of values that an application uses to identify budget forecasts and budget plans. Data type: String Maximum length: 255 |
| account_parent | Sys_id of the parent account of this account. Located in the Account \[customer_account\] table. Data type: String |
| account_path | Path from the parent to the child accounts in the account hierarchy. Data type: String Maximum length: 255 |
| active_escalation | Sys_id of the active escalation associated with the account. Data type: String Table: Escalation \[sn_customerservice_escalation\] |
| apple_icon | Icon for iPhone home page bookmarks. Data type: Image |
| banner_image | Banner image that appears on the customer portal. Data type: Image |
| banner_image_light | Small banner image. Data type: Image |
| banner_text | Banner text that appears on the customer portal. Data type: String Maximum length: 4,000 |
| city | City in which the company that is associated with this account resides. Data type: String Maximum length: 50 |
| contact | Sys_id of a contact record associated with this account. Data type: String Table: User \[sys_user\] |
| country | Country in which the company that is associated with this account resides. Data type: String Maximum length: 40 Default: USA |
| customer | Flag that indicates whether the account is a customer account, as opposed to a partner account. Possible values: * true: Customer account * false: Partner account {#account-GET__ul_mhg_dh3_2hb} Data type: Boolean Default: false |
| discount | Discount given to the account on purchases. Data type: Number Maximum length: 15 |
| fax_phone | Primary fax phone number for the company associated with this account. Data type: String Maximum length: 40 |
| fiscal_year | Fiscal year for the company associated with the account. Data type: String |
| lat_long_error | Difference in the actual location as compared to latitude and longitude information. Data type: String Maximum length: 1,000 |
| latitude | Latitude of the company associated with this account. Data type: Number (floating point number) Maximum length: 40 |
| longitude | Longitude of the company associated with this account. Data type: Number (floating point number) Maximum length: 40 |
| manufacturer | Flag that indicates whether the company associated with this account manufactures goods. Possible values: * true: Manufactures goods * false: Does not manufacture goods {#account-GET__ul_j4p_t1r_2hb} Data type: Boolean Default: false |
| market_cap | Market value of the associated company's publicly traded stock shares. Data type: Number (currency) Maximum length: 20 |
| name | Name of the company associated with this account. Data type: String Maximum length: 80 |
| notes | Additional information about the company. Data type: String Maximum length: 4,000 |
| num_employees | Number of people employed by the company. Data type: Number (Integer) Maximum length: 40 |
| number | Number that identifies this account. Data type: String Maximum length: 40 |
| parent | Sys_id of the parent account of this account. Data type: String Table: Company \[core_company\] |
| partner | Flag that indicates whether the account is a partner account or a customer account. Possible values: * true: Partner account * false: Customer account {#account-GET__ul_p1v_ph3_2hb} Data type: Boolean Default: false |
| phone | Primary phone number for the company. Data type: String |
| primary | Flag that indicates whether this is a primary account. Possible values: * true: Primary account * false: Secondary account {#account-GET__ul_ax4_sh3_2hb} Data type: Boolean Default: false |
| primary_contact | Sys_id of the primary contact for the account. Data type: String Table: Contact \[customer_contact\] |
| profits | Profit information entered for this account. Data type: Number (Currency) Maximum length: 40 |
| publicly_traded | Flag that indicates whether the company associated with this account is publicly traded on the stock exchange. Possible values: * true: Publicly traded * false: Private company {#account-GET__ul_e15_5h3_2hb} Data type: Boolean |
| rank_tier | Type of account. Possible values: * blacklist * other * strategic * tactical * valued {#account-GET__ul_cly_c33_2hb} Data type: String Maximum length: 40 |
| registration_code | Unique code that customers use when requesting a login on the customer portal. This code provides a method for validating the customer on the company before granting access. Data type: String Maximum length: 40 |
| revenue_per_year | Revenue produced by the company associated with this account. Data type: Number (Currency) Maximum length: 20 |
| state | State in which the company resides. Data type: String Maximum length: 40 |
| stock_price | Price of the company stock. Data type: String Maximum length: 40 |
| stock_symbol | Stock symbol of the company. Data type: String Maximum length: 40 |
| street | Street address of the company. Data type: String Maximum length: 255 |
| sys_class_name | Table that contains the associated account record. Data type: String |
| sys_created_by | User that originally created the account. Data type: String Maximum length: 40 |
| sys_created_on | Date and time that the account was originally created. Data type: String |
| sys_id | Sys_id for the account record. Data type: String |
| sys_mod_count | Number of times the account information has been updated. Data type: Number (Integer) |
| sys_updated_by | User that last modified the account information. Data type: String Maximum length: 40 |
| sys_updated_on | Date and time the account information was last updated. Data type: String |
| theme | Sys_id of the customer portal theme used by this account. Data type: String Table: Theme \[sys_ui_theme\] |
| vendor | Flag that indicates whether the company associated with this account is a vendor. Possible values: * true: Vendor * false: Not a vendor {#account-GET__ul_tqf_333_2hb} Data type: Boolean Default: false |
| vendor_manager | List of sys_ids of the vendor managers for the account. Data type: String Table: User \[sys_user\] |
| vendor_type | List of sys_ids of the type of vendor such as, applications, hardware, services, or software. Data type: String Table: Vendor Type \[vendor_type\] |
| website | URL of the website for the company. Data type: String Maximum length: 1,024 |
| zip | Zip code of the company. Data type: String Maximum length: 40 |
[ ]

{#account-GET__table_pgg_h4b_1dc}  

### cURL request

    curl "https://instance.servicenow.com/api/now/account?sysparm_limit=2&sysparm_offset=2>;rel="next" \
    --request GET \
    --header "Accept:application/json" \
    --user 'username':'password'

    {
    "result": [
      {
       "banner_image_light": "",
       "country": "USA",
       "parent": "",
       "notes": "",
       "stock_symbol": "",
       "discount": "",
       "active_escalation": "",
       "sys_updated_on": "2019-01-03 19:37:55",
       "apple_icon": "",
       "number": "ACCT0000003",
        "sys_updated_by": "admin",
        "fiscal_year": "",
        "sys_created_on": "2018-12-23 05:25:17",
        "contact": "",
        "stock_price": "",
        "state": "",
        "banner_image": "",
        "sys_created_by": "admin",
        "longitude": "",
        "zip": "BR1 3QR",
        "profits": "0",
        "phone": "+44 20 8466 9992",
        "fax_phone": "",
        "name": "Boxeo EMEA",
        "banner_text": "",
        "account_code": "~~~~3",
        "primary": "false",
        "city": "Bromley",
        "latitude": "",
        "sys_class_name": "customer_account",
        "manufacturer": "false",
        "account_parent": "86837a386f0331003b3c498f5d3ee4ca",
        "sys_id": "3eedd08413651200042ab3173244b088",
        "market_cap": "0",
        "num_employees": "",
        "rank_tier": "",
        "street": "18 London Rd",
        "vendor": "false",
        "lat_long_error": "",
        "theme": "",
        "vendor_type": "",
        "website": "",
        "revenue_per_year": "0",
        "publicly_traded": "false",
        "sys_mod_count": "5",
        "sys_tags": "",
        "partner": "false",
        "registration_code": "BOXEO-EMEA",
        "vendor_manager": "",
        "account_path": "~~~~1/~~~~3",
        "primary_contact": "ff66c1254fb81200025ba3618110c76e",
        "customer": "true"
      },
      {
        "banner_image_light": "",
        "country": "USA",
        "parent": "",
        "notes": "",
        "stock_symbol": "",
        "discount": "",
        "active_escalation": "",
        "sys_updated_on": "2019-01-03 19:38:04",
        "apple_icon": "",
        "number": "ACCT0000004",
        "sys_updated_by": "admin",
        "fiscal_year": "",
        "sys_created_on": "2018-12-23 05:19:24",
        "contact": "",
        "stock_price": "",
        "state": "",
        "banner_image": "",
        "sys_created_by": "admin",
        "longitude": "",
        "zip": "V5L 2G4",
        "profits": "0",
        "phone": "+1 604-255-9797",
        "fax_phone": "",
        "name": "Boxeo Canada",
        "banner_text": "",
        "account_code": "~~~~4",
        "primary": "false",
        "city": "Vancouver",
        "latitude": "",
        "sys_class_name": "customer_account",
        "manufacturer": "false",
        "account_parent": "86837a386f0331003b3c498f5d3ee4ca",
        "sys_id": "609cd80413651200042ab3173244b03e",
        "market_cap": "0",
        "num_employees": "",
        "rank_tier": "",
        "street": "1362 Venables St,, BC V5L 2G4, Canada",
        "vendor": "false",
        "lat_long_error": "",
        "theme": "",
        "vendor_type": "",
        "website": "",
        "revenue_per_year": "0",
        "publicly_traded": "false",
        "sys_mod_count": "5",
        "sys_tags": "",
        "partner": "false",
        "registration_code": "BOXEO-CANADA",
        "vendor_manager": "",
        "account_path": "~~~~1/~~~~4",
        "primary_contact": "c07424a54f781200025ba3618110c746",
        "customer": "true"
      }
     ]
    }

## Account - GET /now/account/{id} {#ariaid-title3}

Retrieves the specified Customer Service Management (CSM) account.

### URL format

Versioned URL:
/api/now/{api_version}/account/{id}

Default URL:
/api/now/account/{id}

### Supported request parameters

{#account-GET-id__entry__2}{#account-GET-id__version-not_optional-RESTAPI}

| Name | Description |
|-|-|
| api_version | Optional. Version of the endpoint to access. For example, <kbd class="ph userinput">v1</kbd> or <kbd class="ph userinput">v2</kbd>. Only specify this value to use an endpoint version other than the latest. Data type: String |
| id | Sys_id of the account to retrieve. Located in the Customer \[customer_account\] table. Data type: String |
[Table 7. Path parameters]

{#account-GET-id__entry__8}

| Name | Description |
|-|-|
| None |   |
[Table 8. Query parameters]

{#account-GET-id__entry__12}

| Name | Description |
|-|-|
| None |   |
[Table 9. Request body parameters (XML or JSON)]

### Headers

The following request and response headers apply to this HTTP
action only, or apply to this action in a distinct way. For a list of general headers used
in the REST API, see [Supported REST API headers](https://www.servicenow.com/docs/aXidvjgEVmS~V~ZL0h85lQ "REST (REpresentational State Transfer) is a simple stateless architecture that provides standards between computer systems on the web, making it easier for them to communicate with each other.").
{#account-GET-id__entry__16}{#account-GET-id__accept-RESTAPI}

| Header | Description |
|-|-|
| Accept | Data format of the response body. Supported types: application/json or application/xml. Default: application/json |
[Table 10. Request headers]

{#account-GET-id__entry__20}

| Header | Description |
|-|-|
| None |   |
[Table 11. Response headers]

### Status codes

The following status codes apply to this HTTP action. For a
list of possible status codes used in the REST API, see [REST API HTTP response
codes](https://www.servicenow.com/docs/aXidvjgEVmS~V~ZL0h85lQ "REST (REpresentational State Transfer) is a simple stateless architecture that provides standards between computer systems on the web, making it easier for them to communicate with each other.").
{#account-GET-id__entry__24}{#account-GET-id__entry-200-status-code}

| Status code | Description |
|-|-|
| 200 | Successful. The request was successfully processed. |
| 404 | Indicates that the request is invalid.i89 Possible cause: * Requested case doesn't exist. * User doesn't have access to the account record. {#account-GET-id__ul_ubm_1jl_3v} |
[Table 12. Status codes]

### Response body parameters (JSON or XML) {#account-GET-id__section_kgc_mpb_1dc}

{#account-GET-id__table_pgg_h4b_1dc__entry__2}{#account-GET-id__accounttable-account_code-entry}{#account-GET-id__accounttable-account_parent-entry}{#account-GET-id__accounttable-account_path-entry}{#account-GET-id__accounttable-active_escalation-entry}{#account-GET-id__accounttable-apple_icon-entry}{#account-GET-id__accounttable-banner_image-entry}{#account-GET-id__accounttable-banner_image_light-entry}{#account-GET-id__accounttable-banner_text-entry}{#account-GET-id__accounttable-city-entry}{#account-GET-id__accounttable-contact-entry}{#account-GET-id__accounttable-country-entry}{#account-GET-id__accounttable-customer-entry}{#account-GET-id__accounttable-discount-entry}{#account-GET-id__accounttable-fax_phone-entry}{#account-GET-id__accounttable-fiscal_year-entry}{#account-GET-id__accounttable-lat_long_error-entry}{#account-GET-id__accounttable-latitude-entry}{#account-GET-id__accounttable-longitude-entry}{#account-GET-id__accounttable-manufactuer-entry}{#account-GET-id__accounttable-market_cap-entry}{#account-GET-id__accounttable-name-entry}{#account-GET-id__accounttable-notes-entry}{#account-GET-id__accounttable-num_employees-entry}{#account-GET-id__accounttable-number-entry}{#account-GET-id__accounttable-parent-entry}{#account-GET-id__accounttable-partner-entry}{#account-GET-id__accounttable-phone-entry}{#account-GET-id__accounttable-primary-entry}{#account-GET-id__accounttable-primary_contact-entry}{#account-GET-id__accounttable-profits-entry}{#account-GET-id__accounttable-publicly_traded-entry}{#account-GET-id__accounttable-rank_tier-entry}{#account-GET-id__accounttable-registration_code-entry}{#account-GET-id__accounttable-revenue_per_year-entry}{#account-GET-id__accounttable-state-entry}{#account-GET-id__accounttable-stock_price-entry}{#account-GET-id__accounttable-stock_symbol-entry}{#account-GET-id__accounttable-street-entry}{#account-GET-id__accounttable-sys_class_name-entry}{#account-GET-id__accounttable-sys_created_by-entry}{#account-GET-id__accounttable-sys_created_on-entry}{#account-GET-id__accounttable-sys_id-entry}{#account-GET-id__accounttable-sys_mod_count-entry}{#account-GET-id__accounttable-sys_updated_by-entry}{#account-GET-id__accounttable-sys_updated_on-entry}{#account-GET-id__accounttable-theme-entry}{#account-GET-id__accounttable-vendor-entry}{#account-GET-id__accounttable-vendor_manager-entry}{#account-GET-id__accounttable-vendor_type-entry}{#account-GET-id__accounttable-website-entry}{#account-GET-id__accounttable-zip-entry}

| Parameter | Description |
|-|-|
| account_code | Unique combination of values that an application uses to identify budget forecasts and budget plans. Data type: String Maximum length: 255 |
| account_parent | Sys_id of the parent account of this account. Located in the Account \[customer_account\] table. Data type: String |
| account_path | Path from the parent to the child accounts in the account hierarchy. Data type: String Maximum length: 255 |
| active_escalation | Sys_id of the active escalation associated with the account. Data type: String Table: Escalation \[sn_customerservice_escalation\] |
| apple_icon | Icon for iPhone home page bookmarks. Data type: Image |
| banner_image | Banner image that appears on the customer portal. Data type: Image |
| banner_image_light | Small banner image. Data type: Image |
| banner_text | Banner text that appears on the customer portal. Data type: String Maximum length: 4,000 |
| city | City in which the company that is associated with this account resides. Data type: String Maximum length: 50 |
| contact | Sys_id of a contact record associated with this account. Data type: String Table: User \[sys_user\] |
| country | Country in which the company that is associated with this account resides. Data type: String Maximum length: 40 Default: USA |
| customer | Flag that indicates whether the account is a customer account, as opposed to a partner account. Possible values: * true: Customer account * false: Partner account {#account-GET-id__ul_mhg_dh3_2hb} Data type: Boolean Default: false |
| discount | Discount given to the account on purchases. Data type: Number Maximum length: 15 |
| fax_phone | Primary fax phone number for the company associated with this account. Data type: String Maximum length: 40 |
| fiscal_year | Fiscal year for the company associated with the account. Data type: String |
| lat_long_error | Difference in the actual location as compared to latitude and longitude information. Data type: String Maximum length: 1,000 |
| latitude | Latitude of the company associated with this account. Data type: Number (floating point number) Maximum length: 40 |
| longitude | Longitude of the company associated with this account. Data type: Number (floating point number) Maximum length: 40 |
| manufacturer | Flag that indicates whether the company associated with this account manufactures goods. Possible values: * true: Manufactures goods * false: Does not manufacture goods {#account-GET-id__ul_j4p_t1r_2hb} Data type: Boolean Default: false |
| market_cap | Market value of the associated company's publicly traded stock shares. Data type: Number (currency) Maximum length: 20 |
| name | Name of the company associated with this account. Data type: String Maximum length: 80 |
| notes | Additional information about the company. Data type: String Maximum length: 4,000 |
| num_employees | Number of people employed by the company. Data type: Number (Integer) Maximum length: 40 |
| number | Number that identifies this account. Data type: String Maximum length: 40 |
| parent | Sys_id of the parent account of this account. Data type: String Table: Company \[core_company\] |
| partner | Flag that indicates whether the account is a partner account or a customer account. Possible values: * true: Partner account * false: Customer account {#account-GET-id__ul_p1v_ph3_2hb} Data type: Boolean Default: false |
| phone | Primary phone number for the company. Data type: String |
| primary | Flag that indicates whether this is a primary account. Possible values: * true: Primary account * false: Secondary account {#account-GET-id__ul_ax4_sh3_2hb} Data type: Boolean Default: false |
| primary_contact | Sys_id of the primary contact for the account. Data type: String Table: Contact \[customer_contact\] |
| profits | Profit information entered for this account. Data type: Number (Currency) Maximum length: 40 |
| publicly_traded | Flag that indicates whether the company associated with this account is publicly traded on the stock exchange. Possible values: * true: Publicly traded * false: Private company {#account-GET-id__ul_e15_5h3_2hb} Data type: Boolean |
| rank_tier | Type of account. Possible values: * blacklist * other * strategic * tactical * valued {#account-GET-id__ul_cly_c33_2hb} Data type: String Maximum length: 40 |
| registration_code | Unique code that customers use when requesting a login on the customer portal. This code provides a method for validating the customer on the company before granting access. Data type: String Maximum length: 40 |
| revenue_per_year | Revenue produced by the company associated with this account. Data type: Number (Currency) Maximum length: 20 |
| state | State in which the company resides. Data type: String Maximum length: 40 |
| stock_price | Price of the company stock. Data type: String Maximum length: 40 |
| stock_symbol | Stock symbol of the company. Data type: String Maximum length: 40 |
| street | Street address of the company. Data type: String Maximum length: 255 |
| sys_class_name | Table that contains the associated account record. Data type: String |
| sys_created_by | User that originally created the account. Data type: String Maximum length: 40 |
| sys_created_on | Date and time that the account was originally created. Data type: String |
| sys_id | Sys_id for the account record. Data type: String |
| sys_mod_count | Number of times the account information has been updated. Data type: Number (Integer) |
| sys_updated_by | User that last modified the account information. Data type: String Maximum length: 40 |
| sys_updated_on | Date and time the account information was last updated. Data type: String |
| theme | Sys_id of the customer portal theme used by this account. Data type: String Table: Theme \[sys_ui_theme\] |
| vendor | Flag that indicates whether the company associated with this account is a vendor. Possible values: * true: Vendor * false: Not a vendor {#account-GET-id__ul_tqf_333_2hb} Data type: Boolean Default: false |
| vendor_manager | List of sys_ids of the vendor managers for the account. Data type: String Table: User \[sys_user\] |
| vendor_type | List of sys_ids of the type of vendor such as, applications, hardware, services, or software. Data type: String Table: Vendor Type \[vendor_type\] |
| website | URL of the website for the company. Data type: String Maximum length: 1,024 |
| zip | Zip code of the company. Data type: String Maximum length: 40 |
[ ]

{#account-GET-id__table_pgg_h4b_1dc}  

### cURL request

    curl "https://instance.servicenow.com/api/now/account/bf60bef46f0331003b3c498f5d3ee41a" \
    --request GET \
    --header "Accept:application/json" \
    --user "username":"password"

    {
    "result": {
      "banner_image_light": "",
      "country": "USA",
      "parent": "",
      "notes": "",
      "stock_symbol": "",
      "discount": "",
      "active_escalation": "e4fa242887150300fe4433d4c6cb0b5f",
      "sys_updated_on": "2020-07-30 21:57:54",
      "apple_icon": "",
      "number": "ACCT0000009",
      "sys_updated_by": "admin",
      "fiscal_year": "",
      "sys_created_on": "2019-09-16 21:19:27",
      "contact": "bea1fef46f0331003b3c498f5d3ee4c5",
      "stock_price": "",
      "state": "California",
      "banner_image": "",
      "sys_created_by": "venki",
      "longitude": "-122.116445",
      "zip": "94022",
      "profits": "0",
      "phone": "(877) 729-4269",
      "fax_phone": "",
      "name": "Avid Corporation",
      "banner_text": "",
      "account_code": "~~~~9",
      "primary": "false",
      "city": "Los Altos",
      "latitude": "37.402666",
      "sys_class_name": "customer_account",
      "manufacturer": "false",
      "account_parent": "",
      "sys_id": "bf60bef46f0331003b3c498f5d3ee41a",
      "market_cap": "0",
      "num_employees": "",
      "rank_tier": "",
      "street": "4440 El Camino Real",
      "vendor": "false",
      "lat_long_error": "",
      "theme": "",
      "vendor_type": "",
      "website": "http://www.avidcorp.com",
      "revenue_per_year": "0",
      "publicly_traded": "false",
      "sys_mod_count": "10",
      "sys_tags": "",
      "partner": "false",
      "registration_code": "AVID",
      "vendor_manager": "",
      "account_path": "~~~~9",
      "primary_contact": "bea1fef46f0331003b3c498f5d3ee4c5",
      "customer": "true"
     }
    }


