So that we can quickly and effectively reproduce a possible error in the API we need the following information:
- The complete URL of the API endpoint
- The API request that causes the error
- The API response that was returned
Submit this information via the Help Center or send all information to the e-mail address help@smake.com send.
If the information is incomplete or another contact method has been chosen this slows the process down until the possible error is verified and the can then be corrected if necessary.
Examples
Complete API endpoint URL
POST https://api.smake.io/apps/12341/design
API request that causes the error
POST https://api.smake.io/apps/12341/design
{
"views": {
"front": {
"composite_media_id": 1,
"customizations": [
{
"type": "dtg",
"production_media_id": 2,
"dimension": {
"width": 100.55,
"height": 200.66
}
}
]
}
}
}
API response returned
{
"status_code": 404,
"message": "Media not found for front.composite_media_id"
}
Comments
0 comments
Please sign in to leave a comment.