Last updated 6 days ago
Was this helpful?
Get a plugin by id
/engine/{id}
curl -L \ --request POST \ --url 'https://api.bytenite.com/v1/dev/engine/{id}' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{}'
{ "plugin": { "id": "text", "owner": "text", "createdAt": "2025-03-15T22:40:24.060Z", "updatedAt": "2025-03-15T22:40:24.060Z", "name": "text", "version": { "major": 1, "minor": 0, "tag": 0 }, "description": "text", "type": "text" } }