FieldEx Developer
developer notes

Get Customer by ID

The CustomerGetByID API is similar to the CustomerGetAll API, but it allows you to retrieve a customer record by its ID.

Method Endpoint
GET {{endpoint}}/api/ext/customers/{id}

Headers

Key Value
Content-Type application/json
Authorization Bearer {{token}}