List applications for customer

GET 

/v2/oem/customers/:customerId/applications

Retrieves all PubNub applications that contain keysets assigned to a specific OEM customer.

Request

Example
{
  "result": [
    {
      "id": 0,
      "accountId": 0
    }
  ]
}
Example
{
  "statusCode": 0,
  "error": "BadRequest",
  "message": [
    "string"
  ]
}
Example
{
  "statusCode": 0,
  "error": "Unauthorized",
  "message": [
    "string"
  ]
}
Example
{
  "statusCode": 0,
  "error": "Forbidden",
  "message": [
    "string"
  ]
}
Example
{
  "statusCode": 0,
  "error": "InternalError",
  "message": [
    "string"
  ]
}