Skip to main content
POST
/
clients
/
me
/
integrations
/
lifi
/
route-step-details
Get details for a route step
curl --request POST \
  --url https://api.portalhq.io/api/v3/clients/me/integrations/lifi/route-step-details \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "step": {}
}'
{}

Authorizations

Authorization
string
header
required

Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.

Body

application/json
step
object
required

A step object from a Li.Fi routes response.

Response

Step details retrieved successfully

Enriched step with transactionRequest and updated estimate.