Hi everyone,
i am trying to use the Envato API to verify the buyer purchases, i need to use the buyer-purchases endpoint and for testing i need to know the purchases array structure
On the documentation i can see that there is purchases item (Empty array) on the API response but don’t know the exact structure since there is no example on the Envato API documentation
{
"buyer": {
"id": [buyer_id],
"username": [buyer_username]
},
"author": {
"id": [author_id],
"username": [author_username]
},
"purchases": []
}
Did I miss something!!