Skip to Content

GetApiV1AdminAppsData

GetApiV1AdminAppsData = object

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

Properties

body?

optional body: never

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


headers

headers: object

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

X-Admin-API-Key

X-Admin-API-Key: string

Admin API key


path?

optional path: never

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


query?

optional query: object

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

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:4176 

Last updated on