Skip to Content
Anuma SDKClientInternalType AliasesGetApiV1DeveloperAppsByAppUuidApiKeysData

GetApiV1DeveloperAppsByAppUuidApiKeysData

GetApiV1DeveloperAppsByAppUuidApiKeysData = object

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

Properties

body?

optional body: never

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


path

path: object

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

app_uuid

app_uuid: string

App UUID


query?

optional query: object

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

limit?

optional limit: number

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

offset?

optional offset: number

Number of API keys to skip (default 0)


url

url: "/api/v1/developer/apps/{app_uuid}/api-keys"

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

Last updated on