Skip to content

how to return custom data with response in Customer API

I am calling Magento2 API /V1/customers/me I want to add custom data in response of this API that is stored in my custom table how can I implement this ?

Thanks !!