GetApiV1DeveloperAppsByAppUuidApiKeysData
GetApiV1DeveloperAppsByAppUuidApiKeysData =
object
Defined in: src/client/types.gen.ts:2960
Properties
body?
optionalbody: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?
optionalquery:object
Defined in: src/client/types.gen.ts:2968
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:2978
Last updated on