Skip to content

ApiKeysModule

new ApiKeysModule(client): ApiKeysModule

ApiClient

ApiKeysModule

create(data): Promise<{ data?: ApiKey & object; error?: string; success: boolean; }>

string

string[]

Promise<{ data?: ApiKey & object; error?: string; success: boolean; }>


delete(id): Promise<{ error?: string; success: boolean; }>

string

Promise<{ error?: string; success: boolean; }>


list(params?): Promise<{ data: ApiKey[]; meta: any; }>

number

number

Promise<{ data: ApiKey[]; meta: any; }>