Allowing access to API authentication nodejs

I am creating a web app using nodejs. Basically i need to create one api call which will allow one company to feed data into the application. In my case it is registration details of customers.

How is this achievable as I need to have some form of authentication for this specific user.

Any ideas would be great.

Thanks