URL'a case sensitive

Are the URL’s for the API case sensitive?

Example:
https://api.backendless.com/v1/data/users <<<---- Doesn’t work
https://api.backendless.com/v1/data/Users <<<---- Works

As far as I can see, this is the only API URL that uses an upper case letter.

Hi Roy.

Could you provide full REST request for this use case?
Regards,
Kate.

My understanding of this URL in question (https://…/v1/data/Users is another method of accessing the Users’s table data. Looking at the data service and the tables contained in it, the table Users is included so I think in this case it has to be case sensitive.

Yes, you are correct. Use “Users” in request to avoid any problems.