Check the Results of an API Call

This page contains information about checking the results of an API call.

After making an API call, you need to check the results of that call to determine whether it was successful and possibly take action based on the success or failure of the call.

Use the sample code below as a model for your own call.