Skip to main content
GET
/
contact
/
{contactId}
cURL
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": {}
  }
}

Authorizations

X-API-Key
string
header
required

Authentication from public API requests

Path Parameters

contactId
string
required

Query Parameters

The legal entity ID. Required if authenticating with access to multiple legal entities.

Response

OK

contact
Contact · object
required

A contact represents a counterparty (customer, vendor, etc.) associated with a legal entity.