POST
/
api
/
vendor
/
v1
/
orders
/
{orderId}
/
results
/
{resultId}
/
url
curl --request POST \
  --url https://console.lomaplatform.com/api/vendor/v1/orders/{orderId}/results/{resultId}/url \
  --header 'API-Key: <api-key>'
{
  "url": "https://example.com/abc123"
}

Authorizations

API-Key
string
header
required

API Key for the vendor

Response

200
application/json
200 OK
url
string
required