Skip to main content
POST
/
users
/
{user_id}
/
send
/
products
cURL
curl --request POST \
  --url https://app.fliqr.ai/api/users/{user_id}/send/products \
  --header 'Content-Type: application/json' \
  --header 'X-ACCESS-TOKEN: <api-key>' \
  --data '
{
  "product_id": [
    1111,
    222,
    3333
  ]
}
'
This response has no body data.

Authorizations

X-ACCESS-TOKEN
string
header
required

Path Parameters

user_id
integer
required

Body

application/json
product_id
array

The product_id field could be a single product id, an array of product ids, or multiple product ids separated by a comma

Response

default - undefined