GET
/
v1
/
contacts
/
:id
curl --request GET \
  --url https://api.useplunk.com/v1/contacts/:id \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: <content-type>'

Path

id
string
required

The ID of the contact you want to get.

Headers

Content-Type
string
required

application/json