Detail Contact
Developing
GET
/api/v1/contacts/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/contacts/abbd33c7-8966-4f46-b3c2-d609fe202e38'
Response Response Example
{
"message": "Contact retrieved successfully",
"data": {
"id": "3d9192dd-6903-4fcb-8dde-d5dfc45b0d30",
"email": "pelabuhan.jiipe2@gmail.com",
"fax": "02112345671",
"address": "Jl. Raya Manyar Km. 11, Manyar-Gresik, East Java 611511",
"contact_type": "contact_person_industrial_area",
"phone_number": "01234567890",
"whatsapp_number": "+62812313534561",
"instagram_url": "https://instagram.com/example-industri",
"x_url": "https://x.com/example-industri",
"company_name": "PT Berlian Manyar Sejahtera"
}
}
Request
Path Params
id
stringÂ
required
Example:
abbd33c7-8966-4f46-b3c2-d609fe202e38
Responses
Modified at 2025-04-19 04:53:03