Skip to Content
Anuma SDKClientInternalType AliasesGetApiV1AdminOauthClientsData

GetApiV1AdminOauthClientsData

GetApiV1AdminOauthClientsData = object

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

Properties

body?

optional body: never

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


headers

headers: object

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

X-Admin-API-Key

X-Admin-API-Key: string

Admin API key


path?

optional path: never

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


query?

optional query: object

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

limit?

optional limit: number

Maximum clients to return (default 50, max 200)

offset?

optional offset: number

Number of clients to skip (default 0)


url

url: "/api/v1/admin/oauth/clients"

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

Last updated on