diff --git a/applications/crossbar/src/modules/cb_apps_link.erl b/applications/crossbar/src/modules/cb_apps_link.erl index 4dc5ee2ea86..bf7e399bf6c 100644 --- a/applications/crossbar/src/modules/cb_apps_link.erl +++ b/applications/crossbar/src/modules/cb_apps_link.erl @@ -89,7 +89,7 @@ resource_exists(?AUTHORIZE) -> 'true'. -spec validate(cb_context:context(), path_token()) -> cb_context:context(). validate(Context, ?AUTHORIZE) -> JObj = wh_json:from_list( - [{<<"auth-token">>, auth_info(Context)} + [{<<"auth_token">>, auth_info(Context)} ,{<<"account">>, account_info(Context)} ] ),