# Resolve endpoint extension by main extension and endpoint type **GET /extensions/{mainextension}/{type}** ## Servers - Local development server: http://localhost:8080 (Local development server) - Production server: https://middleware.example.com/api (Production server) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **mainextension** (string) - **type** (string) Endpoint type to resolve, for example `nethlink` ## Responses ### 200 Extension resolved #### Body: application/json (object) - **username** (string) - **mainextension** (string) - **type** (string) - **extension** (string) ### 400 Missing main extension or type #### Body: application/json (object) - **error** (string) - **mainextension** (string) - **type** (string) ### 401 Unauthorized #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** () - **error** (string) ### 404 Matching extension not found #### Body: application/json (object) - **error** (string) - **mainextension** (string) - **type** (string) [Powered by Bump.sh](https://bump.sh)