Skip to main content
POST
Create a content tag

Authorizations

Authorization
string
header
required

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

Path Parameters

organization_id
integer<int32>
required

The Dash Social assigned ID of the organization.

Body

application/json
name
string
required

content tag name.

Required string length: 1 - 100
brand_ids
integer[]

The Brand IDs to have access to the content tag.

Response

Created

created_at
string<date-time>
required

Timestamp of when the content tag was originally created.

id
integer
required

ID of the content tag.

name
string
required

content tag name.

Required string length: 1 - 100
organization_id
integer
required

ID of the organization that owns the content tag.

updated_at
string<date-time>
required

Timestamp of when the content tag was last updated.

brand_ids
integer[]

The Brand IDs to have access to the content tag.

Minimum array length: 1