List applications for customer

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

Path Parameters
customerId string REQUIRED

The unique identifier of the customer

The unique identifier of the customer

Query Parameters
page string

a string to be decoded into a number

a string to be decoded into a number

pageSize string

Number of results per page (1-100)

Number of results per page (1-100)

Header Parameters
PubNub-Version string REQUIRED

Possible values: [2026-02-09]

Responses
200

Success

Schema OPTIONAL
result object[]
id number
accountId number
400

Bad Request Error

Schema OPTIONAL
statusCode number
error string

Possible values: [BadRequest]

message string[]
401

UnauthorizedError

Schema OPTIONAL
statusCode number
error string

Possible values: [Unauthorized]

message string[]
403

ForbiddenError

Schema OPTIONAL
statusCode number
error string

Possible values: [Forbidden]

message string[]
500

InternalErrorError

Schema OPTIONAL
statusCode number
error string

Possible values: [InternalError]

message string[]
* required
PubNub-Version*
Type: string
Possible values: [2026-02-09]
* required
customerId*
Type: string
The unique identifier of the customer
page
Type: string
a string to be decoded into a number
pageSize
Type: string
Number of results per page (1-100)
result
Type: array
Array items:
items
Type: object
statusCode
Type: number
error
Type: string
Enum (1 values)
View all values
"BadRequest"
message
Type: array
Array items:
items
Type: string
statusCode
Type: number
error
Type: string
Enum (1 values)
View all values
"Unauthorized"
message
Type: array
Array items:
items
Type: string
statusCode
Type: number
error
Type: string
Enum (1 values)
View all values
"Forbidden"
message
Type: array
Array items:
items
Type: string
statusCode
Type: number
error
Type: string
Enum (1 values)
View all values
"InternalError"
message
Type: array
Array items:
items
Type: string