Protocol Support
The Yotpo API supports both HTTP and HTTPS requests.
UTF-8 Support
The Yotpo API calls support special characters according to the UTF-8 coding.
Data Format
Data must be in JSON format. As such, the HTTP header content-type must be set to: application/json
Pagination
Use the following parameters to paginate results in API requests which support pagination:
page
- The number of pages to return
count
- The number of results to return per page
Parameters
Email and URL parameters you send in the calls must be in the correct format.
Parameter | Format |
---|---|
| |
| |
| YYYY-MM-DD |
Status Codes
Yotpo API uses standard HTTP response codes to indicate the success of failure status of an API endpoint.
Response Code | Status |
---|---|
200 | Successful Response |
401 | Unauthorized Request |
500 | Internal Server Error e.g. Timeout |