GET

/v1/contacts/:id

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

Path

idrequired
string

The ID of the contact you want to get.

Headers

Content-Typerequired
string

application/json