Fetch the browser extension config
GET /extension/config
GET /extension/config
Operation
GET
/extension/config
Returns the config payload consumed by the HiEnergy browser extension — currently the list of networks the deeplink generator supports. Touches the caller's `last_used_extension_at`.
Operation ID:
getExtensionConfig
·
Tags: Extension
Parameters
This operation does not define any parameters.
Request Body
No request body is defined for this operation.
Responses
Content Types
application/json
{
"description": "Extension config",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ExtensionConfig"
}
}
}
}
{
"$ref": "#/components/responses/Unauthorized"
}
API Playground
Run this GET request with your API key, or open it in a new tab. Path uses sample IDs where the OpenAPI path has {parameters}.
Sign in to enable live testing with your API key.
| Action | Method | Endpoint | Description |
|---|---|---|---|
| Fetch the browser extension config | GET |
/api/v1/extension/config |
OpenAPI operationId: getExtensionConfig. |
GET /api/v1/extension/config
OpenAPI
Fetch the browser extension config