Customer sources
Get a customer source
Get information about a specific customer source.
Returns the detail of a single customer source record. Customer sources identify the external systems or applications where customer accounts originate. To retrieve all sources, use GET /customer-sources.
get/customer-sources/{customer_source_id}
Path parameters
customer_source_idstring required
The unique ID of the customer source. It identifies the system where the customer belongs or the customer account was created.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"customer_source_id": "86e05affc7a7abefcd513ab400",
"name": "Webshop registration",
"customer_source_text_id": "webshop_registration",
"state": 1,
"last_change": "2019-01-08 18:34:07"
}
}