Get customer

Retrieve the customer information from the system

SecurityoAuth2
Request
path Parameters
customerUID
required
string

Customer unique identifier associated with the customer in the Finzly's CRM system

Responses
200

OK

400

bad input parameter environment

401

You are not authorized to access the resource

403

Accessing the resource you were trying to reach is forbidden

404

The resource you were trying to reach is not found

405

bad input parameter environment

500

Something went wrong on back end.

503

Service unavailable

default

Successful

get/v2/customers/{customerUID}
Request samples
Response samples
application/json
{
  • "status": "Success",
  • "code": "string",
  • "message": "string",
  • "data": [
    ]
}