Appearance
Get status of warehouse
GET
/accounts/{accountUuid}/warehouse/v2/warehouse/status
Get the current status of the warehouse
Authorizations
ApiToken
Bearer token authentication. Create tokens in Settings > API Token.
Type
HTTP (bearer)
Parameters
Path Parameters
accountUuid*
Type
Requiredstring
Format
"uuid"Responses
Successful response
application/json
JSON "data": { "active": true }, "message": "string", "status": 200, "meta": { }
{
}