REST developer quickstart

Requirements

You must have an active Sage Intacct Web Services developer license, which includes a Web Services sender ID and password.

Note: If you need a developer license, contact your account manager.

Create a new developer workspace

A Sage developer workspace lets you register your client applications and create API client keys. You can invite other developers to join your workspace, and monitor API usage by customer and application.

  1. Go to https://developer.sage.com/intacct/
  2. Click View workspaces, then enter your Sage account email address and password to log in. (If you don't yet have a Sage account, click Create account to register.)
  3. Click Add workspace to create a workspace for your company.
  4. Enter a name for your workspace and a contact email address, then click Create.

Add a client application

Each of your products that you want your customers to use with Intacct must be registered as a separate application.

  1. Click Apps in the left column navigation.
  2. Click Add application.
  3. Enter a name to identify the application in your workspace, a home page URL, and a contact email address for the application, then click Create.

Get API keys

The app registry will issue a unique client ID and client secret for each application.

  1. From the list of applications in your workspace, click your new application to open it.
  2. Click Create API keys.
  3. In the Sage Product API drop-down list, select Sage Intacct.
  4. Enter a Redirect URI as a full https URL. During the authorization process, users will be redirected to this URL after authorizing your application to access their data in Sage Intacct. Your application needs to have a script or code at this URL that is ready to receive an OAuth authorization code and use it to request a token. You can provide multiple URLs as a comma-separated list.
  5. If you have custom applications that send Intacct API requests from your domains, enter those domains in Allowed Origin Domains as full https URLs.
  6. Enter your Sage Intacct Web Services sender ID and password, then click Create.

When your registration is complete, the Application Details page will include an API Keys section. Click _Sage Intacct in that list to view your application's client ID and secret key that you must use in API requests.

Send requests

Use the new client ID and secret in the PHP tutorial or Node.js tutorial, or to send test requests from the API reference pages, or from your own application.

Note: Your application's web sender ID must be approved by a company administrator or your API requests will be rejected. There are two ways for your web sender ID to be approved:

  1. A company administrator can log into Intacct and add your web sender ID to the Company Security tab.
  2. When the OAuth flow presents the Intacct login page, log in as an admin user and approve the authorization request. This adds your web sender ID to the list of authorized web services.