cURL
curl --request POST \ --url http://sandbox.mintlify.com/lines/{lineId}/send-apn \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "lineId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "ok": true }
Send APN
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Id of line to activate - Unique identifier for the object
Line id of line to activate - Unique identifier for the object
success
true