Skip to main content
GET
/
customer
/
{customerId}
cURL
curl --request GET \
  --url https://api.slash.com/customer/{customerId} \
  --header 'X-API-Key: <api-key>'
{
  "customer": {
    "id": "<string>",
    "name": "<string>",
    "email": "<string>",
    "status": "active",
    "phone": "<string>",
    "address": {},
    "customMetadata": {}
  }
}

Authorizations

X-API-Key
string
header
required

Authentication from public API requests

Path Parameters

customerId
string
required

Query Parameters

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

Response

OK

customer
Customer · object
required

A customer represents a billing recipient associated with a legal entity.