Heads up, our devs are blazing ahead—docs are catching up, so some features might not be fully documented yet.

Flowbox

Flowbox

Delete Flowbox peripheral details

delete
/tenants/{tenantUid}/stores/{storeUid}/flowboxes/{flowboxUid}/peripherals/{flowboxPeripheralUid}

Delete Flowbox peripheral

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Path parameters
flowboxUidstringRequired

Reference to a Flowbox.

Pattern: ^[A-Za-z0-9-_]+
flowboxPeripheralUidstringRequired

Reference to peripheral connected to a Flowbox.

Pattern: ^[A-Za-z0-9-_]+
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
storeUidstringRequired

Reference to a Store.

Pattern: ^[A-Za-z0-9-_]+
Responses
delete
/tenants/{tenantUid}/stores/{storeUid}/flowboxes/{flowboxUid}/peripherals/{flowboxPeripheralUid}
204

No Content

No content

Attach a new Flowbox to the store

post
/tenants/{tenantUid}/stores/{storeUid}/flowboxes

Register a Flowbox with a store.

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Path parameters
storeUidstringRequired

Reference to a Store.

Pattern: ^[A-Za-z0-9-_]+
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
Body
activationCodestringOptional
Responses
200

Example response

application/json
Responseobject
post
/tenants/{tenantUid}/stores/{storeUid}/flowboxes

Last updated

Was this helpful?