Skip to main content
POST
/
lines
/
{lineId}
/
send-apn
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
}

Authorizations

Authorization
string
header
required

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

Path Parameters

lineId
string<uuid>
required

Id of line to activate - Unique identifier for the object

Body

application/json
lineId
string<uuid>
required

Line id of line to activate - Unique identifier for the object

Response

success

ok
boolean
Example:

true