Chilkat Online Tools

Delphi (DLL) / Razorpay APIs / Fetch Contact by ID

Back to Collection Items

var

begin
CkHttp_putBasicAuth(http,True);CkHttp_putLogin(http,'username');CkHttp_putPassword(http,'password');success := CkHttp_QuickGetSb(http,'https://api.razorpay.com/v1/contacts/{cont_id}',sbResponseBody);


Curl Command

curl -X GET
	-u 'username:password'
https://api.razorpay.com/v1/contacts/{cont_id}

Postman Collection Item JSON

{
  "name": "Fetch Contact by ID",
  "request": {
    "method": "GET",
    "header": [
    ],
    "url": {
      "raw": "https://api.razorpay.com/v1/contacts/{cont_id}",
      "protocol": "https",
      "host": [
        "api",
        "razorpay",
        "com"
      ],
      "path": [
        "v1",
        "contacts",
        "{cont_id}"
      ]
    },
    "description": "Use this [API](https://razorpay.com/docs/api/razorpayx/contacts/#fetch-a-contact-by-id) to fetch the details of a specific contact."
  },
  "response": [
  ]
}