You are here:
Send Message Using Tags Via API
After you implement tags in MobilePush, authenticate your app and use the messageTag REST API call to send messages based on tag values.
POST /push/v1/messageTag/ODM6MTE0OjA/send HTTP/1.1
Authorization: Bearer YOUR_API_TOKEN_VALUE
Content-Type: application/json
Host: www.exacttargetapis.com
Connection: close
User-Agent: Paw/2.2.2 (Macintosh; OS X/10.10.4) GCDHTTPRequest
Content-Length: 83
{"InclusionTags":["Hiking"],
"Override":"true",
"MessageText":"Hiking Only Message"}

