POST
/
api
/
v1
/
user
/
intent
{
  "output": {
    "outputs": [
      {
        "sid": "<string>"
      }
    ],
    "type": "order_create"
  },
  "seq": 1,
  "timestamp": 1,
  "version": 1
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200
application/json

Intent sent successfully

The response is of type object.