Create a potential lead
POST/leads/potential
This endpoint creates a potential lead. Please make sure you have user's consent before posting the information.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
Successful operation
Validation failed for the input parameters.
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
The requested resource was not found.
Validation failed for the input parameters.
Internal server error.