Tags API - en

With this API, you can view, add, edit, and delete tags in a project.

Reading.

Allows you to view the created tags in the project.

 

GET https://api.smartsender.com/v1/tags

 

Main parameters:

Name

Description

Validation

Name

Description

Validation

page

Requested Page

Minimum value 1

limitation

Amount of data to display per page

Minimum value 1, maximum 20

term

Search string

 

 

In case of a successful response, you will receive the following:

 

{ "cursor": Cursor, "collection": Tag[] }

 

Main parameters:

Name

Description

Name

Description

cursor

Cursor an object

collection

Array Tag an objects

 

Creation.

Allows you to create a tag in a project.

 

POST https://api.smartsender.com/v1/tags

 

Main parameters:

Name

Description

Validation

Name

Description

Validation

name

Name

Unique within the project

color

Color

6 characters for HEX designation

 

If the response is successful, get the created Tag object.

 

Update.

Allows you to update an existing tag.

 

 

Main parameters:

Name

Description

Validation

Name

Description

Validation

name

Name

Unique within the project

color

Color

6 characters for HEX designation

 

In case of a successful response, you will receive the following:

 

 

Delete

Allows you to delete an existing tag.

 

 

In case of a successful response, you will receive the following: