Printago API
GET
/v1/profiles/{id}/versions
Get available slicer versions for a profile
Path Parameters
id
required
string
- The profile ID
Response Schema
Response
value
object[]
Example Response
200 OK — application/json
[
{
"version": "string"
}
]