ContractRabbit Docs
API Reference

Users

Get UserByEmail

GET
/api/users/find-by-email

Response Body

application/json

application/json

application/json

curl -X GET "https://loading/api/users/find-by-email"
null
null
{
  "message": "string"
}

Get UserWork

GET
/api/users/{userId}/work

Path Parameters

userId*string

Response Body

application/json

application/json

application/json

curl -X GET "https://loading/api/users/string/work"
null
null
null