One of the two required authentication keys, the other being secret.
You need both of these in the headers of each of your API calls for the system to recognize you as our client.
A granular unit of work inside a session. Besides a few exceptions, all Jobs are actions (either read or write) that can be made on data while authenticated under valid credentials. More details.
job_code
A unique string that links to a specific Job. To call a Job, it is essential to specify which one via this job_code.
job_guid
A unique string that is sent via webhook after calling a Job. It allows for a quick identification of a Job.
One of our two environments you can use, the other being Live.
Sandbox can do everything our Live environment can do, for free. However, it is essentially a testing ground, as webhook responses will come with mock data.
More information here.
Secret
One of the two required authentication keys, the other being client ID.
You need both of these in the headers of each of your API calls for the system to recognize you as our client.
Source
Any portal that can be accessed online, which hosts the data with which you want to interact.
A webhook is a way for one application to send real-time information to another application via an HTTP request, triggered automatically when a specific event happens.
More information about our webhooks here.
Widget
Small UI that can be integrated into apps and website that gives users an intuitive UI to pass their credentials through.
More information about our webhooks here.