How to add a return limit variable in an API URL

The default return limit in an API is 50 records.

In order to set a higher return limit, you need to add “?$limit=500” in your API URL as highlighted in the below image. It will return the given number of records that was set in your API URL. In this example, it will return a maximum of 500 records.