GetApiV1DeveloperAppsByAppUuidApiKeysData
GetApiV1DeveloperAppsByAppUuidApiKeysData =
object
Defined in: src/client/types.gen.ts:3963
Properties
body?
optionalbody: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?
optionalquery:object
Defined in: src/client/types.gen.ts:3971
limit?
optionallimit:number
Maximum number of API keys to return (default 50, max 100)
offset?
optionaloffset: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