Skip to main content
POST
/
v3
/
orders
/
{id}
/
send-product-digital
Send digital product access for an order
curl --request POST \
  --url https://api.myscalev.com/v3/orders/{id}/send-product-digital \
  --header 'Authorization: Bearer <token>'
{
  "error": {},
  "error_code": "<string>",
  "message": "<string>",
  "errors": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Success with no response body