Skip to main content
POST
Request a Device run some Elixir code in it's console connection

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_name
string
required

Organization Name

product_name
string
required

Product Name

identifier
string
required

Device Identifier

Body

application/json

Code execution request body

POST body for sending Elixir code to a Device's console

code
string
required

Elixir code to execute

Response

No content