...
Only authenticated and authorized user can use this service
Deleted records won't be shown in response
...
Authorize
Verify the validity of api-key
Return 401 in case validation fails
Verify the validity of token
Return 401 in case validation fails
Check scopes in order to perform this action (scope = 'contractprivate_contracts:read')
Return 403 in case invalid scope(s)
...