cURL
curl --request POST \ --url http://sandbox.mintlify.com/lines/{lineId}/activation/start \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "iccId": "<string>" } '
{ "ok": true }
Apply activation process for a line id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Line id of line to activate - Unique identifier for the object
success
true