custom_endpoints
list_custom_endpoints
Get a list of custom endpoints for the authenticated user.
Arguments:
api_key
- If specified, unify API key to be used. Defaults
Returns:
A list of dictionaries containing information about custom endpoints. Each dictionary has keys: ‘name’, ‘mdl_name’, ‘url’, and ‘key’.
Raises:
requests.exceptions.RequestException
: If the API request fails.