What is the difference between path parameters and query parameters?
Path parameters are included in the URL path of the API request and are used to specify a particular resource, while query parameters are added to the URL to filter or refine the results of the request.
Access our API documentation for further details.