This will guide you on how to add/create a Status or Disposition to the account through API.
(Note: First is you need to add Authorization Token, click here to see complete details)
From the Dashboard, click on API and select Statuses from the drop-down.
Under the Insert Status tab, you will see the POST Fields and the Required/Optional arguments.
Scroll down to the bottom to see the Example PHP Usage and the Example JSON Response.
To test this feature, go to the Test Request tab and fill in the information you wanted to show on the test insert.
If you want to see the created Request Query String, put a check in the Show Query check box.
Scroll down to the bottom and click on Run.
If everything is configured right, the JSON Response will have a success response including the abbreviation of the status.
To Update a Status via API
On the Status API section, click on the Update Status tab.
On this section, you will see the POST Fields and the Required/Optional arguments.
Scroll down to the bottom to see the Example PHP Usage and the Example JSON Response.
To test this feature, go to the Test Request tab and fill in the information you wanted to show on the test insert.
If you want to see the created Request Query String, put a check in the Show Query check box.
Scroll down to the bottom and click on Run.
If everything is configured right, the JSON Response will have a success response including the abbreviation of the status.
To Search a Status via API
On the Status API section, click on the Search Status tab.
On this section, you will see the POST Fields and the Required/Optional arguments.
Scroll down to the bottom to see the Example PHP Usage and the Example JSON Response.
To test this feature, go to the Test Request tab and fill in the information you wanted to show on the test insert.
If you want to see the created Request Query String, put a check in the Show Query check box.
Scroll down to the bottom and click on Run.