Create multiple tags
POST {{baseUrl}}/tags/bulk?aid=1234
Creates multiple tags. Note the response includes a statuses array. This array provides status information for each tag object, indexed 1:1 with the tags array.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
aid | number | A unique identifier associated with your account group. You can retrieve your AccountGroupId from the /account-groups endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response. |
Request Body
{"tags"=>[{"accessType"=>"all", "color"=>"#FF0000", "key"=>"branch", "objectType"=>"test", "value"=>"sfo"}, {"accessType"=>"all", "color"=>"#FF0000", "key"=>"branch", "objectType"=>"test", "value"=>"sfo"}]}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
Accept | string |