Skip to content

Tenant Management API (v0.3.0)

Overview

This document provides information about Tenant management.

Rate Limit

For the Ptenant REST API the following will be true:

  • Limits are applied to each tenant.
  • A maximum of 200 calls can be made per second.
  • Each second 100 calls will be returned to be used.
Download OpenAPI description
Languages
Servers
North American region

https://api.ruckus.cloud/

Asian region

https://api.asia.ruckus.cloud/

European region

https://api.eu.ruckus.cloud/

Notification Recipient

Manage notification recipients.

Operations

Tenant

Manage tenants.

Operations

Delegation

Manage delegations.

Operations

User Profile

Manage user profiles.

Operations

Privacy Features

Manage privacy features.

Operations

Administrator

Manage administrators.

Operations

acx-mobile-push-notification-endpoint-controller

Operations

Add Mobile Push Notification

Request

Add mobile push notification.

Query
appstring
Bodyrequired
idstring
destinationstringrequired

The email address to which notifications are sent.

activeboolean
statusstring

This parameter is set to bounced when emails are not deliverable to the destination.

Enum"OK""BOUNCED"
typestring
Discriminator
{ "id": "string", "destination": "string", "active": true, "status": "OK", "type": "EmailNotificationEndpoint" }

Responses

OK

Body
requestIdstring
responseobject(MobilePushNotificationEndpoint)
Response
{ "requestId": "string", "response": { "id": "string", "createdDate": "2019-08-24T14:15:22Z", "updatedDate": "2019-08-24T14:15:22Z", "destination": "string", "active": true, "status": "OK", "type": "string", "parentId": "string", "platform": "string", "deviceToken": "string", "deviceId": "string" } }

authentication-controller

Operations