Get a contact by ID
GET/contact/:contact_id
Retrieve a single contact by its unique ID.
Use Cases:
- Viewing or editing a specific contact's details.
- Checking a contact's presence and correctness.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
Successful Response
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error
Internal Server Error