Skip to main content

Get current status of a command

POST 

/commands/status

Get current status of a command

Request

Body

    id string

Responses

Success

Schema
    success boolean
    error string
    errorcode integer
    id string
    identifier string
    status string

    Possible values: [pending, received, processing, success, failure, invalidated]

    updatedOn integer
    ackdata string
    ackDataType string

    Possible values: [string, binary]

    expired boolean
    expiry integer
    issuedAt integer
    data string
    dataType string

    Possible values: [string, binary]

Loading...