Langsung ke konten utama
POST
/
v3
/
orders
/
{id}
/
send-lms-access
Send LMS access for an order
curl --request POST \
  --url https://api.scalev.com/v3/orders/{id}/send-lms-access \
  --header 'Authorization: Bearer <token>'
{
  "error": {},
  "error_code": "<string>",
  "message": "<string>",
  "errors": {}
}

Otorisasi

Authorization
string
header
wajib

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

Parameter Path

id
string
wajib

Canonical UUIDv7 order primary key. For migrated orders, legacy numeric core_order.id values remain accepted for compatibility.

Respons

Success with no response body