Newsman API Page
Newsman API » Newsman API 1.0 » Tag » tag.create
Newsman Api Method: tag.create
Prototype: tag.create($key, $account_id, $tag)
Description: Creates a tag for this account
Return: struct
| Variable | Type | Description |
|---|---|---|
| $key | string | API key |
| $account_id | string | |
| $tag | string |
Curl Code Example
curl -G https://cluster.newsmanapp.com/api/1.0/tag.create \ -d key=908230lksdjfksj393737 \ -d account_id=test90210 \ -d tag=confirmation
