Create Tag

post

Create a new tag for the authenticated Per Proxy user. Tags can be used to organize and group proxy sessions.

Authorizations
HTTPRequired

Enter token as: Bearer

Body
tagstringRequired

Name of the tag to create for the user.

Responses
chevron-right
200

Tag created successfully.

application/json
idintegerOptional

ID of the newly created tag.

tagstringOptional

Name of the created tag.

usernamestringOptional

Username the tag belongs to.

post
/perproxy/create-tag-user

Last updated