The get sign templates listing API call is returning a 500 Internal Server Error for me. This seems to be irrespective of whether making the call as a particular user or standalone.
API: https://developer.box.com/reference/get-sign-templates/
Call fails whether through code or just curl, e.g.
curl -L -X GET “https://api.box.com/2.0/sign_templates” -H “Authorization: Bearer <ACCESS_TOKEN>”
Response is HTTP Code 500 “Internal Server Error”
Anyone else see this when making a call to that API endpoint?