Contacts
Get contact by ID
Get a specific contact
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"'
curl --request GET \
--url https://api.useplunk.com/v1/contacts/:id \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: "application/json"'