leadCategoriesReturns all lead categories, which are connected with client the given client-ID.

Returns all lead categories, which are connected with client the given client-ID.

curl -X GET "https://api.example.com/restapi/v1/leadCategories/findByClientId" \
  -H "Content-Type: application/json" \
  -d '{
  "clientId": 123
}'
[
  {
    "categoryId": 123,
    "categoryName": "John Doe"
  }
]
GET
/leadCategories/findByClientId
GET
Base URLstring

Target server for requests. Edit to use your own host.

Content-Typestring
Required

The media type of the request body

Options: application/json
Request Preview
Response

Response will appear here after sending the request

Body

application/json

Responses

categoryIdinteger
categoryNamestring