Skip to Content
Anuma SDKClientInternalType AliasesGetApiV1DeveloperAppsByAppUuidApiKeysData

GetApiV1DeveloperAppsByAppUuidApiKeysData

GetApiV1DeveloperAppsByAppUuidApiKeysData = object

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

Properties

body?

optional body: never

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


path

path: object

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

app_uuid

app_uuid: string

App UUID


query?

optional query: object

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

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

Last updated on