Skip to Content
Anuma SDKClientInternalType AliasesGetApiV1DeveloperAppsByAppUuidApiKeysData

GetApiV1DeveloperAppsByAppUuidApiKeysData

GetApiV1DeveloperAppsByAppUuidApiKeysData = object

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

Properties

body?

optional body: never

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


path

path: object

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

app_uuid

app_uuid: string

App UUID


query?

optional query: object

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

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

Last updated on