How to call a REST API with path parameter?

I found documentation about how to call a REST API with query parameters, but nothing about path parameter.
For example, how to call:
https://api.company.com/orders/AKL7315901
where AKL7315901 is the order number ?

Thanks.

Community Page
Last updated: