Docs are work in progress
Skip to main content

Add machine provision request

POST 

/api/v1/machines/provision-requests/new

This API endpoint add a machine provision request with the provided provision code to add a new machine for an account.

Request

Body

required

The request body containing the required details to add machine provision request

    provisionCode string

    Possible values: <= 6 characters

Responses

Success response

Schema

    success boolean
    message string
    status string
    statusCode int32
    errorCode string
    subErrors object[]

    payload

    object

    Schema for add machine provision request response

    requestId int32
    machineId string
Loading...