How to get backend URL

How to get backend URL

Hi there,

I was wondering how i can get the backend URL for the code below:

response = invokeurl
[
url :BACKEND_URL + "/purchase-orders/generate/excel/" + purchaseOrderId
type :GET
connection:"backend"
];
return response;