cURL
curl --request GET \ --url https://api.example.com/contact-details/{id}
{ "id": 123, "portalId": 123, "name": "<string>", "contactNumber": "<string>", "contactEmail": "<string>", "contactBetweenStart": "<string>", "contactBetweenEnd": "<string>", "priority": 123, "isActive": true, "createdAt": "2023-11-07T05:31:56Z", "contactWhenFinalOutpost": true }
The unique identifier of the contact detail.
Successfully retrieved the contact detail.