Get Mockups API
Last updated
Was this helpful?
Last updated
Was this helpful?
Export OpenAPI specification for Get Mockups API
collection_uuid
optional query parameter for Get Mockups
On the My Mockups page on the web application, you can create collections and add mockups to them to achieve better organization and more flexibility.
This optional filter gives you a great opportunity to list only mockups that belong to specific collections.
Also, you can get collections UUIDs by calling Get Collections API which will retrieve all created collections and their UUIDs.
Retrieves a specific mockup using its UUID.
/mockup/{uuid}
The UUID of the mockup to retrieve.
0460c0fe-a476-44da-bd2b-9f92a9f5f675
The request must accept JSON responses.
application/json
API key required for authentication.
YOUR_API_KEY_HERE
Retrieves a list of available mockups.
/mockups
Optional parameter to filter mockups by collection UUID.
f63c0cfa-f106-463e-bbf9-5514b5164245
The request must accept JSON responses.
application/json
API key required for authentication.
YOUR_API_KEY_HERE