Skip to Content

GetApiV1AdminAppsData

GetApiV1AdminAppsData = object

Defined in: src/client/types.gen.ts:1811 

Properties

body?

optional body: never

Defined in: src/client/types.gen.ts:1812 


headers

headers: object

Defined in: src/client/types.gen.ts:1813 

X-Admin-API-Key

X-Admin-API-Key: string

Admin API key


path?

optional path: never

Defined in: src/client/types.gen.ts:1819 


query?

optional query: object

Defined in: src/client/types.gen.ts:1820 

limit?

optional limit: number

Maximum number of apps to return (default 50, max 100)

offset?

optional offset: number

Number of apps to skip (default 0)


url

url: "/api/v1/admin/apps"

Defined in: src/client/types.gen.ts:1830 

Last updated on