< 1 min read
Add an API for retrieving order status during a chat
Log in to your Tier3 or Professional account.
Fill in the necessary request information, including the URL, parameters, and authentication details.
Note that the response from this interface should follow the structure below.
// Sample API Response{ "Success": true, "Code": 200, "Message": "This is a message", "Data": { // The 'Data' field is used to store data. } }
Click the “Verify API” button. If the interface operates correctly and returns the expected response, the validation will pass.
Test the GPT API call to verify it works correctly and returns the expected results.
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
Post Comment