---
sourceDocument: Xanadu Financial Services Operations
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/financial-services-operations

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu Financial Services Operations

ft:clusterId :

    - finso

bundleId :

    - finso

workflow :

    - Customer and Industry


---

# Working with ServiceNow REST APIs

# Working with ServiceNow REST APIs {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

FSO leverages the REST Table API to enable external sources, such as
bank applications, to interact with the FSO data stored on a ServiceNow
instance. The Table API provides endpoints that enable you to perform all CRUD
operations (create, read, update, and delete) on your FSO centric tables from an external
source.
For example, you will use this API to locate customer records and query specific FSO
information, such as customer credit cards, payments, and loans. For additional information on
the available tables within FSO, see Financial Services Operations data model and the [FSO table
definitions](https://servicenow-prod.fluidtopics.net/mLiEFjvg~2~HG25_TD4YTg "The Financial Services Operations (FSO) product provides multiple tables that you can leverage within your custom FSO applications. This section identifies the most frequently used of these tables and defines the fields contained within them.").  
You must ensure that the user that you use when calling these REST endpoints has the required roles assigned to them. The following are the roles required based on the table that you are trying to access:

* Financial Services Payment Operations: sn_bom_payment.admin and admin
* Financial Services Card Operations: sn_bom_card.admin and admin
* Financial Services Business Loan Operations: sn_bom_loan_b2b.admin and admin
* Financial Services Personal Loan Operations: sn_bom_loan.b2c_admin and admin
{#fso-int_guide-work_rest_apis__ul_hhp_gmk_jmb}

For a list of all of the FSO roles and descriptions, see Components installed with Financial Services Operations Core.

## Test driving ServiceNow® REST APIs {#fso-int_guide-work_rest_apis__section_szy_s1m_4pb}

The ServiceNow platform provides the [REST API Explorer](https://www.servicenow.com/docs/access?context=use-REST-API-Explorer&version=xanadu&pubname=xanadu-api-reference&ft:locale=en-US), which allows you
to access the available REST APIs within your instance. Use this tool to interact with the
various FSO tables within your instance before trying to implement the endpoint calls within
your application.

