Get pending signature requests for deal user

GET/attachments/signatures/deal/user

Responses

200Pending signature requests for the current deal user.ObjectResponse
{}
401Unauthorized.Error
403Forbidden.Error
curl https://your-url.com/kong/core/api/gateway/attachments/signatures/deal/user\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"