Retrieve Customer Information
GET/customers
This endpoint retrieves information about customers in the system.
The system searches for customers based on the provided customerId, and optionally shopId. If shopId is not provided, the system searches for customers linked directly to the company.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 412
- 500
- 502
- 503
Customer information retrieved successfully.
Invalid request parameters.
Authentication failed. Verify that a valid Api-Access-Token is provided in the request headers.
Access denied. The API token does not have permission to retrieve customer information for the specified shop or company.
Resource not found.
Precondition failed.
Internal server error. An unexpected error occurred on the server side.
Service unavailable. The upstream service is temporarily unreachable.
Service unavailable. The server is temporarily unable to handle the request.