Ready to get started with Slash? Get Started →
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": {}
}
}Get a single customer by ID.
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": {}
}
}Authentication from public API requests
The legal entity ID. Required if authenticating with access to multiple legal entities.
OK
A customer represents a billing recipient associated with a legal entity.
Show child attributes