Retrieves a complete list of all of your blueprints. The result will be encapsulated in an object like this:
{ "data": [ {...first...}, {...second...} ] }
The data will be the same data in the GET single blueprint endpoint below.
Obtain the data for a single blueprint with key BLU123. The response looks like:
{
"key": "BLU123",
"name": "Unisex Tee",
"venue": {
"key": "VEN456",
"name": "My Etsy Venue",
"platform": "Etsy"
}
}
Requests for invalid keys produce 410 GONE (to explicitly distinguish from 404).