Skip to Content

GetApiV1AdminAppsData

GetApiV1AdminAppsData = object

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

Properties

body?

optional body: never

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


headers

headers: object

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

X-Admin-API-Key

X-Admin-API-Key: string

Admin API key


path?

optional path: never

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


query?

optional query: object

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

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

Last updated on