endpoints_controller = client.endpoints
EndpointsController
CodeResponse
result = endpoints_controller.get_pin()
HTTP Status Code |
Error Description |
Exception Class |
401 |
Unauthorized |
APIException |
403 |
Forbidden |
APIException |
def get_pin_status(self,
user_code)
Parameter |
Type |
Tags |
Description |
user_code |
string |
Template, Required |
- |
CodeStatusResponse
user_code = 'userCode0'
result = endpoints_controller.get_pin_status(user_code)
HTTP Status Code |
Error Description |
Exception Class |
401 |
Unauthorized |
APIException |
403 |
Forbidden |
APIException |
def get_user_settings(self,
user_id)
Parameter |
Type |
Tags |
Description |
user_id |
uuid|string |
Template, Required |
- |
UserSettings
user_id = '000013ec-0000-0000-0000-000000000000'
result = endpoints_controller.get_user_settings(user_id)
HTTP Status Code |
Error Description |
Exception Class |
401 |
Unauthorized |
APIException |
403 |
Forbidden |
APIException |