Sample using cURL to get the info about a particular template.
curl --header "Content-Type: application/json" \\
--header "Authorization: Bearer API_TOKEN" \\
--request GET \\
<https://api.mockupsjar.com/mockups/getinfo/swiasi-android-s5-top>
Output
{"status":"success","data":{"slug":"swiasi-android-s5-top","name":"Samsung Galaxy S5 Top View","fields":[{"id":2,"width":161,"height":287}]}}%