It's very easy to get started using the API. API is not available in all subscription plans.
Go to Setup / Client Applications and click on Become a Developer.
This will instantly grant you developer permissions and present you with a form for creating your first application. Complete the form, entering the name and a short description of your application. Then click the Create button to generate your application's key and a corresponding license to use it with your own firm's data.
This will instantly grant you developer permissions and present you with a form for creating your first application. Complete the form, entering the name and a short description of your application. Then click the Create button to generate your application's key and a corresponding license to use it with your own firm's data.
The system will generate an API toke for you and this token must be used in every call to the API.
The token is then used with each API query as follows:
$ curl -i --header "VERSACCOUNTS_AUTHORIZATION:22286b468a29e076b0263003bb4cf05be05dd555" https://www1.versaccounts.com/v1/organization_gl_account.xml
This command would return:
<?xml version="1.0" encoding="UTF-8"?> <organization_gl_accounts> <organization_gl_account> <id>37195</id> <parent_organization_gl_account_id>10277</parent_organization_gl_account_id> <gl_account> <id>9171</id> <name>Amo
Comments and Suggestions
0 comments
Please sign in to leave a comment.
Related articles