Skip to main content
GET
/
api
/
v1
/
customers
/
{id}
Get Customer
curl --request GET \
  --url https://{subdomain}.unicyfalcon.com/api/v1/customers/{id}
Returns one customer by UUID. Requires API plan or higher.

Path Parameters

  • id (string, required): Customer UUID

Response

Returns a single customer object with id, name, email, phone, address, company_name, language, timezone, created_at, etc.

Errors

  • 404: Customer not found or not in your tenant