Get all apps

Retrieves a paginated list of apps for the authenticated account.

Query Parameters
page string

a string to be decoded into a number

limit string

a string to be decoded into a number

Header Parameters
PubNub-Version string REQUIRED

Possible values: [2025-11-15]

Responses
200

Success

Schema OPTIONAL
apps object[]
id string

Unique identifier for the app

name string

Human-readable name for the app

createdAt string OPTIONAL

ISO 8601 timestamp of creation

updatedAt string OPTIONAL

ISO 8601 timestamp of last update

total number
page number
limit 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
undefined
404

NotFoundError

Schema OPTIONAL
statusCode number
error string

Possible values: [NotFound]

message string[]
500

InternalErrorError

Schema OPTIONAL
statusCode number
error string

Possible values: [InternalError]

message string[]
* required
PubNub-Version*
Type: string
Possible values: [2025-11-15]
page
Type: string
limit
Type: string
apps
Type: array
Array items:
items
Type: object
total
Type: number
page
Type: number
limit
Type: number
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
"NotFound"
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