Pull


Download an Engine

get

Download an Engine

Authorizations
Path parameters
engineTagstringRequired
Query parameters
engineIdstringOptional
engineDatastringOptional
engineLinkstringOptional
engineStatusstringOptional
Responses
200
A successful response.
get
GET /v1/dev/engines/{engineTag}/download HTTP/1.1
Host: api.bytenite.com
Authorization: YOUR_API_KEY
Accept: */*
{
  "engineId": "text",
  "engineTag": "text",
  "engineData": "text",
  "engineLink": "text",
  "engineStatus": "text"
}

Last updated

Was this helpful?