Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

api resource naming convention

Not applicable

I have two backend services for customer inquiry, one for external clients and one for internal clients. I would like to expose them as two different REST APIs as below. Is this a good naming convention?

https://api.example.com/customerinquiry/v1/customers/external-customerinquiry

https://api.example.com/customerinquiry/v1/customers/internal-customerinquiry

Is this a good approach?

0 13 2,490
13 REPLIES 13
Top Solution Authors