Check if an identifier is blacklisted
GET/contact-blacklist/department/:department_id/:identifier
Check whether a given identifier (email/phone) is present in the blacklist for a specific department.
Use Cases:
- Quickly verifying if a contact is restricted from certain communications.
- Automating checks before sending emails or SMS.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
Successful Response
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error
Internal Server Error