# TalonOne::Endpoint ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **path** | **String** | allowed endpoint | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::Endpoint.new(path: /coupons) ```