Skip to main content
POST
Add a new tag.

Authorizations

Authorization
string
header
required

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

Body

application/json

Used to further categorize profiles.

id
integer
title
string

Title of tag.

created_at
string<date-time> | null

Datetime when tag was created.

Example:

"2023-01-01T12:00:00Z"

updated_at
string<date-time> | null

Datetime when tag was last updated.

Example:

"2023-01-01T12:00:00Z"

Response

200 - application/json

Success

Used to further categorize profiles.

id
integer
title
string

Title of tag.

created_at
string<date-time> | null

Datetime when tag was created.

Example:

"2023-01-01T12:00:00Z"

updated_at
string<date-time> | null

Datetime when tag was last updated.

Example:

"2023-01-01T12:00:00Z"