Skip to main content
POST
/
users
/
{id}
/
lines
Selecting lines
curl --request POST \
  --url https://api.qminder.com/v1/users/{id}/lines \
  --header 'Content-Type: application/json' \
  --header 'X-Qminder-REST-API-Key: <api-key>' \
  --data '
{
  "": {
    "": {
      "": [
        123
      ]
    }
  }
}
'
"{\n  \"statusCode\": 200\n}"

Authorizations

X-Qminder-REST-API-Key
string
header
default:yourbusinessapikey
required

Path Parameters

id
string
required

The ID of the User to set the lines for

Body

object

Response

200 - application/json

200

statusCode
integer
default:0
Example:

200