Fetch Customers
curl -X GET "https://gateway.noxxo.com/v0/[email protected]" \
-H "Authorization: Bearer YOUR_TOKEN_HERE" \
-H "Accept: application/json"curl -X GET "https://gateway.noxxo.com/v0/[email protected]" \
-H "Authorization: Bearer YOUR_TOKEN_HERE" \
-H "Accept: application/json"{
"items": [
{
"customer_id": "123e4567-e89b-12d3-a456-426614174000",
"email": "[email protected]",
"company_name": "text",
"first_name": "text",
"last_name": "text",
"type": "individual"
}
]
}