Ready to get started with Slash? Get Started →
curl --request GET \
--url https://api.slash.com/contact/{contactId} \
--header 'X-API-Key: <api-key>'{
"contact": {
"id": "<string>",
"name": "<string>",
"recipientType": "contact",
"recipientLegalName": "<string>",
"recipientEmail": "<string>",
"address": {},
"data": {}
}
}Get a single contact by ID.
curl --request GET \
--url https://api.slash.com/contact/{contactId} \
--header 'X-API-Key: <api-key>'{
"contact": {
"id": "<string>",
"name": "<string>",
"recipientType": "contact",
"recipientLegalName": "<string>",
"recipientEmail": "<string>",
"address": {},
"data": {}
}
}Authentication from public API requests
The legal entity ID. Required if authenticating with access to multiple legal entities.
OK
A contact represents a counterparty (customer, vendor, etc.) associated with a legal entity.
Show child attributes