ApiKeyRoute
Last updated
Was this helpful?
Last updated
Was this helpful?
• Docs
/ ApiKeyRoute
Represents a route configuration for operations involving API keys. This interface extends IRoute
, providing a structure for requests and responses related to API keys, as well as specifying the headers required for these operations.
ApiKeyRoute
headers:
The required headers for API key operations, specified by the ApiKeyHeaders
interface.
Overrides
.
Defined in
Inherited from
Defined in
request:
object
The type of the request data. It is intentionally broad to accommodate various operations related to API keys.
Overrides
Defined in
The expected response structure for the API key operations, adhering to the ApiKeyResponse
interface.
Overrides
Defined in
route:
string
Inherited from
Defined in
params: Omit
<<, never
>, never
>
.
.
response:
.
.